diff libpurple/protocols/msn/nexus.c @ 23497:b268fc2c9121

References #4382, fixes getting offline messages in p15 committer: Ka-Hing Cheung <khc@hxbc.us>
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 12 Jan 2008 23:25:18 +0000
parents b82a17934604
children bca58b00afab
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c	Wed Dec 26 02:33:46 2007 +0000
+++ b/libpurple/protocols/msn/nexus.c	Sat Jan 12 23:25:18 2008 +0000
@@ -37,9 +37,9 @@
 	/* http://msnpiki.msnfanatic.com/index.php/MSNP15:SSO */
 	/* {"Domain", "Policy Ref URI"}, Purpose */
 	{"messengerclear.live.com", NULL},       /* Authentication for messenger. */
-	{"messenger.msn.com", "?id=507"},        /* Messenger website authentication. */
+	{"messenger.msn.com", "?id=507"},        /* Authentication for receiving OIMs. */
 	{"contacts.msn.com", "MBI"},             /* Authentication for the Contact server. */
-	{"messengersecure.live.com", "MBI_SSL"}, /* Used for messenger.live.com */
+	{"messengersecure.live.com", "MBI_SSL"}, /* Authentication for sending OIMs. */
 	{"spaces.live.com", "MBI"},              /* Authentication for the Windows Live Spaces */
 	{"livecontacts.live.com", "MBI"},        /* Live Contacts API, a simplified version of the Contacts SOAP service */
 	{"storage.live.com", "MBI"},             /* Storage REST API */