diff options
author | dequis <dx@dxzone.com.ar> | 2014-11-17 02:57:14 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-11-17 02:57:14 -0300 |
commit | a77a9ef9b863d0d464f8461f7221d93a74d0a18b (patch) | |
tree | 0d910f0307cd187754f5a141d8f085bdd573bd38 | |
parent | 8118673608b6046994a0e56b80ee621c49786996 (diff) |
msn: Update ApplicationId again to one used by skype
Because why not
-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 ffb070a3..1981330e 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\">484AAC02-7F59-41B7-9601-772045DCC569</ApplicationId>" \ + "<ApplicationId xmlns=\"http://www.msn.com/webservices/AddressBook\">F6D2794D-501F-443A-ADBE-8F1490FF30FD</ApplicationId>" \ "<IsMigration xmlns=\"http://www.msn.com/webservices/AddressBook\">false</IsMigration>" \ "<PartnerScenario xmlns=\"http://www.msn.com/webservices/AddressBook\">%s</PartnerScenario>" \ "</ABApplicationHeader>" \ |