diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 18:13:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 18:13:55 +0100 |
commit | 27053b516db4d0e648d666e6d9e36856af428775 (patch) | |
tree | e8e801bdec602f5e21acc5cfe08e338f9d99c9ff /protocols/msn/soap.h | |
parent | 4aa8a046968bff0a08dc5ae96e228861fa21fcbe (diff) |
Finish re-authentication works. Should now work for OIMs as well.
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 3a46af46..bd3e0245 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -125,7 +125,7 @@ "</wsp:AppliesTo>" \ "<wsse:PolicyReference xmlns=\"http://schemas.xmlsoap.org/ws/2003/06/secext\" URI=\"MBI_SSL\"></wsse:PolicyReference>" \ "</wst:RequestSecurityToken>" \ - "<wst:RequestSecurityToken Id=\"RST3\">" \ + "<wst:RequestSecurityToken Id=\"RST4\">" \ "<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>" \ "<wsp:AppliesTo>" \ "<wsa:EndpointReference>" \ |