diff options
author | 2008-08-07 17:25:41 +0000 | |
---|---|---|
committer | 2008-08-07 17:25:41 +0000 | |
commit | f4058c156f9a445527b9182e73ce03166d91e32c (patch) | |
tree | c4904bdfc55c85f3de5c65c443148feff93d100b /net-im/pymsn-t/files | |
parent | fix build without libvorbis and use=-vorbis, by tangram <tangram1@tlen.pl>, b... (diff) | |
download | gentoo-2-f4058c156f9a445527b9182e73ce03166d91e32c.tar.gz gentoo-2-f4058c156f9a445527b9182e73ce03166d91e32c.tar.bz2 gentoo-2-f4058c156f9a445527b9182e73ce03166d91e32c.zip |
Fixed connection issues with current MSN servers (bug #234049).
(Portage version: 2.2_rc3/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'net-im/pymsn-t/files')
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t-0.11.3-protocol-version.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/pymsn-t/files/pymsn-t-0.11.3-protocol-version.patch b/net-im/pymsn-t/files/pymsn-t-0.11.3-protocol-version.patch new file mode 100644 index 000000000000..ffb6ae8339cb --- /dev/null +++ b/net-im/pymsn-t/files/pymsn-t-0.11.3-protocol-version.patch @@ -0,0 +1,12 @@ +diff -a -u -d -r pymsnt.a/src/legacy/msn/msn.py pymsnt.b/src/legacy/msn/msn.py +--- pymsnt.a/src/legacy/msn/msn.py 2008-02-08 16:55:07.000000000 +0300 ++++ pymsnt.b/src/legacy/msn/msn.py 2008-08-05 20:40:46.000000000 +0400 +@@ -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" |