MSN: Change the Connect Server to temporarily workaround connection issues.

Mon, 12 Jan 2009 18:30:25 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Mon, 12 Jan 2009 18:30:25 +0000
changeset 25422
1b9e5b34265f
parent 25406
9722ab82cd01
child 25423
214aad206e4c

MSN: Change the Connect Server to temporarily workaround connection issues.

ChangeLog file | annotate | diff | comparison | revisions
libpurple/protocols/msn/contact.h file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun Jan 11 01:45:16 2009 +0000
+++ b/ChangeLog	Mon Jan 12 18:30:25 2009 +0000
@@ -12,6 +12,10 @@
 	* Fix the hang on exit in Network Location Awareness for Windows XP
 	  and Windows Vista. (Paul Aurich)
 
+	MSN:
+	* Change Contact Server to temporarily fix connection problems.
+	  (Thanks to Youness Alaoui)
+
 	XMPP:
 	* Support for XEP-0191 blocking.  (Vijay Raghunathan)
 	* Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
--- a/libpurple/protocols/msn/contact.h	Sun Jan 11 01:45:16 2009 +0000
+++ b/libpurple/protocols/msn/contact.h	Mon Jan 12 18:30:25 2009 +0000
@@ -30,7 +30,7 @@
 
 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11"
 
-#define MSN_CONTACT_SERVER	"contacts.msn.com"
+#define MSN_CONTACT_SERVER	"omega.contacts.msn.com"
 
 /* Get Contact List */
 

mercurial