# HG changeset patch # User Elliott Sales de Andrade # Date 1327736933 0 # Node ID ea886666a83fe1586772ee40d3ad970e5a43e09a # Parent a23b6028539e98202a5b181b1c1ef5ff088c68c9 Windows Live Spaces do not exist anymore. diff -r a23b6028539e -r ea886666a83f libpurple/protocols/msn/nexus.c --- a/libpurple/protocols/msn/nexus.c Sat Jan 28 06:29:38 2012 +0000 +++ b/libpurple/protocols/msn/nexus.c Sat Jan 28 07:48:53 2012 +0000 @@ -44,7 +44,6 @@ {"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 */ }; diff -r a23b6028539e -r ea886666a83f libpurple/protocols/msn/nexus.h --- a/libpurple/protocols/msn/nexus.h Sat Jan 28 06:29:38 2012 +0000 +++ b/libpurple/protocols/msn/nexus.h Sat Jan 28 07:48:53 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_LIVE_CONTACTS = 4, + MSN_AUTH_STORAGE = 5 } MsnAuthDomains; #define MSN_SSO_SERVER "login.live.com"