Changeset 6a89740 for protocols/msn/soap.h
- Timestamp:
- 2015-05-31T02:40:04Z (10 years ago)
- Children:
- 85dabae
- Parents:
- 95fdf22
- git-author:
- dequis <dx@…> (11-04-15 22:24:13)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.h
r95fdf22 r6a89740 105 105 "<wsp:AppliesTo>" \ 106 106 "<wsa:EndpointReference>" \ 107 "<wsa:Address> messengerclear.live.com</wsa:Address>" \108 "</wsa:EndpointReference>" \ 109 "</wsp:AppliesTo>" \ 110 "<wsse:PolicyReference URI=\" %s\"></wsse:PolicyReference>" \107 "<wsa:Address>chatservice.live.com</wsa:Address>" \ 108 "</wsa:EndpointReference>" \ 109 "</wsp:AppliesTo>" \ 110 "<wsse:PolicyReference URI=\"MBI_SSL\"></wsse:PolicyReference>" \ 111 111 "</wst:RequestSecurityToken>" \ 112 112 "<wst:RequestSecurityToken Id=\"RST2\">" \ … … 141 141 "</Envelope>" 142 142 143 int msn_soap_passport_sso_request(struct im_connection *ic , const char *nonce);143 int msn_soap_passport_sso_request(struct im_connection *ic); 144 144 145 145
Note: See TracChangeset
for help on using the changeset viewer.