diff options
author | dequis <dx@dxzone.com.ar> | 2014-11-12 03:20:04 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-11-12 03:20:04 -0300 |
commit | 8118673608b6046994a0e56b80ee621c49786996 (patch) | |
tree | 8011fdb282eb9a0a0bf4efa4a28f218349b59a8d | |
parent | d2b3f253732b38a4a8e6bb8ffc40f7690009b0fd (diff) |
msn: update ABService ApplicationId to WLM 2012 to fix login
The previous ApplicationId was from WLM 2008 (8.5)
-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 1fd1f32b..ffb070a3 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -148,7 +148,7 @@ int msn_soap_passport_sso_request( struct im_connection *ic, const char *nonce ) "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">" \ "<soap:Header xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">" \ "<ABApplicationHeader xmlns=\"http://www.msn.com/webservices/AddressBook\">" \ - "<ApplicationId xmlns=\"http://www.msn.com/webservices/AddressBook\">CFE80F9D-180F-4399-82AB-413F33A1FA11</ApplicationId>" \ + "<ApplicationId xmlns=\"http://www.msn.com/webservices/AddressBook\">484AAC02-7F59-41B7-9601-772045DCC569</ApplicationId>" \ "<IsMigration xmlns=\"http://www.msn.com/webservices/AddressBook\">false</IsMigration>" \ "<PartnerScenario xmlns=\"http://www.msn.com/webservices/AddressBook\">%s</PartnerScenario>" \ "</ABApplicationHeader>" \ |