Mercurial > pidgin
changeset 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 | 5e1250393e28 |
children | e091c8ea292e |
files | libpurple/protocols/msn/nexus.c libpurple/protocols/msn/nexus.h |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c Sat Feb 18 23:28:43 2012 +0000 +++ b/libpurple/protocols/msn/nexus.c Wed Feb 22 05:32:14 2012 +0000 @@ -44,9 +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. */ - {"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 */ + {"sup.live.com", "MBI"}, /* What's New service */ }; /**************************************************************************
--- a/libpurple/protocols/msn/nexus.h Sat Feb 18 23:28:43 2012 +0000 +++ b/libpurple/protocols/msn/nexus.h Wed Feb 22 05:32:14 2012 +0000 @@ -36,9 +36,8 @@ MSN_AUTH_MESSENGER_WEB = 1, MSN_AUTH_CONTACTS = 2, MSN_AUTH_LIVE_SECURE = 3, - MSN_AUTH_SPACES = 4, - MSN_AUTH_LIVE_CONTACTS = 5, - MSN_AUTH_STORAGE = 6 + MSN_AUTH_STORAGE = 4, + MSN_AUTH_WHATSNEW = 5 } MsnAuthDomains; #define MSN_SSO_SERVER "login.live.com"