From: shadzik Date: Sun, 5 Oct 2008 12:27:36 +0000 (+0000) Subject: - fix protocol version X-Git-Tag: auto/ti/PyMSNt-0_11_3-2~6 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=b22107509fca549016ac357cb83f43a34af29257;hp=29e9897413e87687c374e8cc2b16dbe96229c363;p=packages%2FPyMSNt.git - fix protocol version Changed files: PyMSNt-protocolver.patch -> 1.1 --- diff --git a/PyMSNt-protocolver.patch b/PyMSNt-protocolver.patch new file mode 100644 index 0000000..54e95da --- /dev/null +++ b/PyMSNt-protocolver.patch @@ -0,0 +1,11 @@ +--- src/legacy/msn/msn.py 2008-02-08 14:55:07.000000000 +0100 ++++ src/legacy/msn/msn.py-new 2008-10-05 14:25:37.000000000 +0200 +@@ -110,7 +110,7 @@ + from urllib import quote, unquote + + +-MSN_PROTOCOL_VERSION = "MSNP11 CVR0" # protocol version ++MSN_PROTOCOL_VERSION = "MSNP11" # protocol version + MSN_PORT = 1863 # default dispatch server port + MSN_MAX_MESSAGE = 1664 # max message length + MSN_CVR_STR = "0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs"