# HG changeset patch # User Elliott Sales de Andrade # Date 1329888734 0 # Node ID 2851202488e9151099dd27bfd7161b28cbc07ce0 # Parent 5e1250393e28205e2595974a1f14b6b0ebebbea2 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. diff -r 5e1250393e28 -r 2851202488e9 libpurple/protocols/msn/nexus.c --- 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 */ }; /************************************************************************** diff -r 5e1250393e28 -r 2851202488e9 libpurple/protocols/msn/nexus.h --- 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"