Mercurial > pidgin
changeset 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 | 0ab12023a1bc |
files | libpurple/protocols/msn/nexus.c libpurple/protocols/msn/nexus.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c Sat Jan 28 07:48:53 2012 +0000 +++ b/libpurple/protocols/msn/nexus.c Sat Jan 28 07:56:14 2012 +0000 @@ -44,8 +44,8 @@ {"messenger.msn.com", "?id=507"}, /* Authentication for receiving OIMs. */ {"contacts.msn.com", "MBI"}, /* Authentication for the Contact server. */ {"messengersecure.live.com", "MBI_SSL"}, /* Authentication for sending OIMs. */ - {"livecontacts.live.com", "MBI"}, /* Live Contacts API, a simplified version of the Contacts SOAP service */ {"storage.live.com", "MBI"}, /* Storage REST API */ + {"sup.live.com", "MBI"}, /* What's New service */ }; /**************************************************************************
--- a/libpurple/protocols/msn/nexus.h Sat Jan 28 07:48:53 2012 +0000 +++ b/libpurple/protocols/msn/nexus.h Sat Jan 28 07:56:14 2012 +0000 @@ -36,8 +36,8 @@ MSN_AUTH_MESSENGER_WEB = 1, MSN_AUTH_CONTACTS = 2, MSN_AUTH_LIVE_SECURE = 3, - MSN_AUTH_LIVE_CONTACTS = 4, - MSN_AUTH_STORAGE = 5 + MSN_AUTH_STORAGE = 4, + MSN_AUTH_WHATSNEW = 5 } MsnAuthDomains; #define MSN_SSO_SERVER "login.live.com"