pidgin/pidgin

Pluck service changes.
release-2.x.y
2012-02-22, Elliott Sales de Andrade
b4d688cbd734
Parents 2772a8c7e56e
Children 5061380d9fee
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.
--- 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"