aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/soap.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-10-01 23:56:33 -0700
committerWilmer van der Gaast <wilmer@gaast.net>2010-10-01 23:56:33 -0700
commit2af3e232ff468b288dd4e0dbdab1a17312d801c5 (patch)
tree2223aaf2f9fe8f939866db72a25378ffd854ccb4 /protocols/msn/soap.h
parent62f53b508742804d5df6533150f17d41e6afcbb2 (diff)
Restore MSN password truncation code. MSN still can't handle passwords
longer than 16 chars and silently fails if you give >16chars.
Diffstat (limited to 'protocols/msn/soap.h')
-rw-r--r--protocols/msn/soap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h
index f49c86c4..fccdebc6 100644
--- a/protocols/msn/soap.h
+++ b/protocols/msn/soap.h
@@ -62,6 +62,7 @@ int msn_soapq_flush( struct im_connection *ic, gboolean resend );
#define SOAP_PASSPORT_SSO_URL "https://login.live.com/RST.srf"
#define SOAP_PASSPORT_SSO_URL_MSN "https://msnia.login.live.com/pp800/RST.srf"
+#define MAX_PASSPORT_PWLEN 16
#define SOAP_PASSPORT_SSO_PAYLOAD \
"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\" " \