summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMa Yuan <mayuan2006@gmail.com>2006-09-08 16:29:52 +0000
committerMa Yuan <mayuan2006@gmail.com>2006-09-08 16:29:52 +0000
commit212ed608963d59aa22b70b77dc6e92b70c6fe47e (patch)
tree148714ce24fb84703f4af0c2cc0d26606aaa6cc5
parent5128fb3cc7ff3d8a85803026bc3809a95c276a25 (diff)
downloadpidgin-212ed608963d59aa22b70b77dc6e92b70c6fe47e.tar.gz
[gaim-migrate @ 17193]
fix the bug of nexus Now New way ok! committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
-rw-r--r--src/protocols/msn/nexus.c2
-rw-r--r--src/protocols/msn/nexus.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/protocols/msn/nexus.c b/src/protocols/msn/nexus.c
index 69640e4f4e..089b482f10 100644
--- a/src/protocols/msn/nexus.c
+++ b/src/protocols/msn/nexus.c
@@ -26,7 +26,7 @@
#include "nexus.h"
#include "notification.h"
-#define NEXUS_LOGIN_TWN 1
+#undef NEXUS_LOGIN_TWN
/*Local Function Prototype*/
static void nexus_login_connect_cb(gpointer data, GaimSslConnection *gsc,GaimInputCondition cond);
diff --git a/src/protocols/msn/nexus.h b/src/protocols/msn/nexus.h
index 7b09dee850..a70741de57 100644
--- a/src/protocols/msn/nexus.h
+++ b/src/protocols/msn/nexus.h
@@ -110,7 +110,7 @@
"<wsa:Address>messenger.msn.com</wsa:Address>"\
"</wsa:EndpointReference>"\
"</wsp:AppliesTo>"\
- "<wsse:PolicyReference URI=\"%s\"></wsse:PolicyReference>"\
+ "<wsse:PolicyReference URI=\"?%s\"></wsse:PolicyReference>"\
"</wst:RequestSecurityToken>"\
"<wst:RequestSecurityToken Id=\"RST2\">"\
"<wst:RequestType>http://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue</wst:RequestType>"\