Disable MSNP16 until we have a stable SLP connection with P2Pv1 headers, then start the SLP migration to MSNP16 and P2Pv2. soc.2010.msn-tlc

Wed, 07 Jul 2010 21:25:38 +0000

author
Jorge Villaseñor <masca@cpw.pidgin.im>
date
Wed, 07 Jul 2010 21:25:38 +0000
branch
soc.2010.msn-tlc
changeset 31053
eeee7e058536
parent 31052
b9bbf14513f5
child 31054
4e921563d42f

Disable MSNP16 until we have a stable SLP connection with P2Pv1 headers, then start the SLP migration to MSNP16 and P2Pv2.

libpurple/protocols/msn/msn.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/msn.h	Wed Jul 07 21:08:26 2010 +0000
+++ b/libpurple/protocols/msn/msn.h	Wed Jul 07 21:25:38 2010 +0000
@@ -83,9 +83,9 @@
 #define MSN_SERVER "messenger.hotmail.com"
 #define MSN_HTTPCONN_SERVER "gateway.messenger.hotmail.com"
 #define MSN_PORT 1863
-#define WLM_PROT_VER		16
+#define WLM_PROT_VER		15
 
-#define WLM_MAX_PROTOCOL	16
+#define WLM_MAX_PROTOCOL	15
 #define WLM_MIN_PROTOCOL	15
 
 #define MSN_TYPING_RECV_TIMEOUT 6

mercurial