comparison libpurple/protocols/msn/nexus.c @ 32532:2851202488e9

Pluck service changes. *** Plucked rev 3608ff5d43348b8cf98114d2e04c9d2af0961c8f (qulogic@pidgin.im): Windows Live Spaces do not exist anymore. *** Plucked rev c209610aea6c76c779b42150d1a3b2c677da33ec (qulogic@pidgin.im): The official client doesn't seem to use Live Contacts, but there is a "What's New?" service.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 22 Feb 2012 05:32:14 +0000
parents 504a65e03514
children e10e419e6067
comparison
equal deleted inserted replaced
32523:5e1250393e28 32532:2851202488e9
42 /* {"Domain", "Policy Ref URI"}, Purpose */ 42 /* {"Domain", "Policy Ref URI"}, Purpose */
43 {"messengerclear.live.com", NULL}, /* Authentication for messenger. */ 43 {"messengerclear.live.com", NULL}, /* Authentication for messenger. */
44 {"messenger.msn.com", "?id=507"}, /* Authentication for receiving OIMs. */ 44 {"messenger.msn.com", "?id=507"}, /* Authentication for receiving OIMs. */
45 {"contacts.msn.com", "MBI"}, /* Authentication for the Contact server. */ 45 {"contacts.msn.com", "MBI"}, /* Authentication for the Contact server. */
46 {"messengersecure.live.com", "MBI_SSL"}, /* Authentication for sending OIMs. */ 46 {"messengersecure.live.com", "MBI_SSL"}, /* Authentication for sending OIMs. */
47 {"spaces.live.com", "MBI"}, /* Authentication for the Windows Live Spaces */
48 {"livecontacts.live.com", "MBI"}, /* Live Contacts API, a simplified version of the Contacts SOAP service */
49 {"storage.live.com", "MBI"}, /* Storage REST API */ 47 {"storage.live.com", "MBI"}, /* Storage REST API */
48 {"sup.live.com", "MBI"}, /* What's New service */
50 }; 49 };
51 50
52 /************************************************************************** 51 /**************************************************************************
53 * Main 52 * Main
54 **************************************************************************/ 53 **************************************************************************/