Ignore:
Timestamp:
2010-10-02T06:56:33Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
385fbc4, 8e9e2b7
Parents:
62f53b50
Message:

Restore MSN password truncation code. MSN still can't handle passwords
longer than 16 chars and silently fails if you give >16chars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.h

    r62f53b50 r2af3e23  
    6363#define SOAP_PASSPORT_SSO_URL "https://login.live.com/RST.srf"
    6464#define SOAP_PASSPORT_SSO_URL_MSN "https://msnia.login.live.com/pp800/RST.srf"
     65#define MAX_PASSPORT_PWLEN 16
    6566
    6667#define SOAP_PASSPORT_SSO_PAYLOAD \
Note: See TracChangeset for help on using the changeset viewer.