From b22107509fca549016ac357cb83f43a34af29257 Mon Sep 17 00:00:00 2001 From: shadzik Date: Sun, 5 Oct 2008 12:27:36 +0000 Subject: [PATCH 1/1] - fix protocol version Changed files: PyMSNt-protocolver.patch -> 1.1 --- PyMSNt-protocolver.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PyMSNt-protocolver.patch 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" -- 2.44.0