diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-01-22 17:29:55 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-01-22 17:29:55 +0000 |
commit | 5282ffd40e07bbcbe4f5c796d054eeb7a1a275ee (patch) | |
tree | 8dabec37c6df00fefcd89eb50b9860557580ec5a /protocols/msn/soap.h | |
parent | 50c9996e00031b921a4a6bb114e6e25712e93315 (diff) |
MSN changed the @msn.com login server URL and/or broke the old one. :-(
Diffstat (limited to 'protocols/msn/soap.h')
-rw-r--r-- | protocols/msn/soap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index c844d3ad..a767e00d 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -61,7 +61,7 @@ int msn_soapq_flush( struct im_connection *ic, gboolean resend ); #define SOAP_PASSPORT_SSO_URL "https://login.live.com/RST.srf" -#define SOAP_PASSPORT_SSO_URL_MSN "https://msnia.login.live.com/pp800/RST.srf" +#define SOAP_PASSPORT_SSO_URL_MSN "https://msnia.login.live.com/pp900/RST.srf" #define MAX_PASSPORT_PWLEN 16 #define SOAP_PASSPORT_SSO_PAYLOAD \ |