changeset 32482:ea886666a83f

Windows Live Spaces do not exist anymore.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Jan 2012 07:48:53 +0000
parents a23b6028539e
children 1b15d0fd9c34
files libpurple/protocols/msn/nexus.c libpurple/protocols/msn/nexus.h
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 */
 };
--- 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"