From afbad28d2029ba079e64450d17eb9a2fe7b20228 Mon Sep 17 00:00:00 2001 From: dequis Date: Tue, 10 Mar 2015 04:20:39 -0300 Subject: msn: Update FindMembership payload to fix incorrect pending requests It was requesting memberships for the following services: Messenger, Invitation, SocialNetwork, Space, Profile Now it only requests the same services as WLM 2012: Messenger, IMAvailability Fixes trac ticket 1191. I'm going to apply this to the master branch just for the sake of marking it as fixed, but I can't log in at all with that branch at the moment. Yes this is silly. --- protocols/msn/soap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/msn') diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index 44e27b2e..a99c71d6 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -166,7 +166,7 @@ int msn_soap_passport_sso_request(struct im_connection *ic, const char *nonce); #define SOAP_MEMLIST_ACTION "http://www.msn.com/webservices/AddressBook/FindMembership" #define SOAP_MEMLIST_PAYLOAD \ - "MessengerInvitationSocialNetworkSpaceProfile" \ + "MessengerIMAvailabilitytrue" \ "" #define SOAP_MEMLIST_ADD_ACTION "http://www.msn.com/webservices/AddressBook/AddMember" -- cgit v1.2.3