comparison libpurple/protocols/msn/contact.h @ 32481:a23b6028539e

I keep seeing a 301 Moved Permanently for omega.contacts.msn.com, so I think we do need to change this to local-bay.contacts.msn.com.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Jan 2012 06:29:38 +0000
parents 7d980d6b40e1
children ab9025b46134
comparison
equal deleted inserted replaced
32480:3967a194cb4e 32481:a23b6028539e
60 #include "session.h" 60 #include "session.h"
61 #include "soap.h" 61 #include "soap.h"
62 62
63 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11" 63 #define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11"
64 64
65 #define MSN_CONTACT_SERVER "omega.contacts.msn.com" 65 #define MSN_CONTACT_SERVER "local-bay.contacts.msn.com"
66 66
67 /* Get Contact List */ 67 /* Get Contact List */
68 68
69 #define MSN_GET_CONTACT_POST_URL "/abservice/SharingService.asmx" 69 #define MSN_GET_CONTACT_POST_URL "/abservice/SharingService.asmx"
70 #define MSN_GET_CONTACT_SOAP_ACTION "http://www.msn.com/webservices/AddressBook/FindMembership" 70 #define MSN_GET_CONTACT_SOAP_ACTION "http://www.msn.com/webservices/AddressBook/FindMembership"