diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 15:09:43 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 15:09:43 +0100 |
commit | 2c6b0f4dbc367963d21314636c4b114dc7aadd32 (patch) | |
tree | 2805e9594eb6dd60dc38d73bd7737b4c7bc52468 /protocols/msn/soap.h | |
parent | 975708ae9af7e0b0212e7852bb8d3fc93488ac49 (diff) |
Fix auth for @msn.com accounts.
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 b13238a4..f49c86c4 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/pp550/RST.srf" +#define SOAP_PASSPORT_SSO_URL_MSN "https://msnia.login.live.com/pp800/RST.srf" #define SOAP_PASSPORT_SSO_PAYLOAD \ "<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\" " \ |