Ignore:
Timestamp:
2011-11-12T15:49:52Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
03a8f8e
Parents:
dac74bd
Message:

Undoing old workaround for MSN troubles and added more proper fix. The
http_client module needs some refactoring though. Will do that later..
This should hopefully fix bug #850.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.h

    rdac74bd rdff732d  
    116116               "<wsp:AppliesTo>" \
    117117                   "<wsa:EndpointReference>" \
    118                        "<wsa:Address>local-bay.contacts.msn.com</wsa:Address>" \
     118                       "<wsa:Address>contacts.msn.com</wsa:Address>" \
    119119                   "</wsa:EndpointReference>" \
    120120               "</wsp:AppliesTo>" \
     
    199199"</soap:Envelope>"
    200200
    201 #define SOAP_MEMLIST_URL "http://local-bay.contacts.msn.com/abservice/SharingService.asmx"
     201#define SOAP_MEMLIST_URL "http://contacts.msn.com/abservice/SharingService.asmx"
    202202#define SOAP_MEMLIST_ACTION "http://www.msn.com/webservices/AddressBook/FindMembership"
    203203
     
    234234
    235235
    236 #define SOAP_ADDRESSBOOK_URL "http://local-bay.contacts.msn.com/abservice/abservice.asmx"
     236#define SOAP_ADDRESSBOOK_URL "http://contacts.msn.com/abservice/abservice.asmx"
    237237#define SOAP_ADDRESSBOOK_ACTION "http://www.msn.com/webservices/AddressBook/ABFindAll"
    238238
Note: See TracChangeset for help on using the changeset viewer.