pidgin: 3608ff5d: Windows Live Spaces do not exist anymore...

qulogic at pidgin.im qulogic at pidgin.im
Fri Feb 3 01:55:57 EST 2012


----------------------------------------------------------------------
Revision: 3608ff5d43348b8cf98114d2e04c9d2af0961c8f
Parent:   29d7774464931757420e92fcc1f58587c1f7886d
Author:   qulogic at pidgin.im
Date:     01/28/12 02:48:53
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3608ff5d43348b8cf98114d2e04c9d2af0961c8f

Changelog: 

Windows Live Spaces do not exist anymore.

Changes against parent 29d7774464931757420e92fcc1f58587c1f7886d

  patched  libpurple/protocols/msn/nexus.c
  patched  libpurple/protocols/msn/nexus.h

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/nexus.c	9e67013ee05a64ffc50542de9e6b04830586c7f7
+++ libpurple/protocols/msn/nexus.c	4267c6dc395cb48704819e5a3157049b91bc5fb7
@@ -44,7 +44,6 @@ static char *ticket_domains[][2] = {
 	{"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 */
 };
============================================================
--- libpurple/protocols/msn/nexus.h	92b1fe81d4a1a034bca325881ffe9bf1cf7e0418
+++ libpurple/protocols/msn/nexus.h	aeb1b7feb1924ecb03be4d968f373386f2701e2e
@@ -36,9 +36,8 @@ typedef enum
 	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"


More information about the Commits mailing list