comparison libpurple/protocols/msn/nexus.c @ 32483:1b15d0fd9c34

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 Sat, 28 Jan 2012 07:56:14 +0000
parents ea886666a83f
children e10e419e6067
comparison
equal deleted inserted replaced
32482:ea886666a83f 32483:1b15d0fd9c34
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 {"livecontacts.live.com", "MBI"}, /* Live Contacts API, a simplified version of the Contacts SOAP service */
48 {"storage.live.com", "MBI"}, /* Storage REST API */ 47 {"storage.live.com", "MBI"}, /* Storage REST API */
48 {"sup.live.com", "MBI"}, /* What's New service */
49 }; 49 };
50 50
51 /************************************************************************** 51 /**************************************************************************
52 * Main 52 * Main
53 **************************************************************************/ 53 **************************************************************************/