]> git.pld-linux.org Git - packages/PyMSNt.git/commitdiff
- fix protocol version
authorshadzik <shadzik@pld-linux.org>
Sun, 5 Oct 2008 12:27:36 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PyMSNt-protocolver.patch -> 1.1

PyMSNt-protocolver.patch [new file with mode: 0644]

diff --git a/PyMSNt-protocolver.patch b/PyMSNt-protocolver.patch
new file mode 100644 (file)
index 0000000..54e95da
--- /dev/null
@@ -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"
This page took 0.083046 seconds and 4 git commands to generate.