diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 16:54:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 16:54:52 +0100 |
commit | 4aa8a046968bff0a08dc5ae96e228861fa21fcbe (patch) | |
tree | 99927daf2e094c7de4c60a7ed6298cf503b5882a /protocols/msn/soap.h | |
parent | bae06178bbe3863b39ec307c34d2781a53472272 (diff) |
This works (includes some token sabotage code to ease testing), but I just
realised there's probably no need for the additional temporary NS connection.
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 9fba5366..3a46af46 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -138,7 +138,7 @@ "</Body>" \ "</Envelope>" -int msn_soap_passport_sso_request( struct im_connection *ic, const char *policy, const char *nonce ); +int msn_soap_passport_sso_request( struct im_connection *ic, const char *nonce ); #define SOAP_OIM_SEND_URL "https://ows.messenger.msn.com/OimWS/oim.asmx" |