From dcf155d79a41a747ae73e51e028c6085f28dc30f Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 11 Feb 2012 17:26:41 +0000 Subject: Drop dead support for MSN offline messages (that SOAP server isn't even in DNS anymore). Bug #874 for adding support for the new (much simpler, for a change) way. --- protocols/msn/soap.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'protocols/msn/soap.h') diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index a767e00d..d6a1f75e 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -145,40 +145,6 @@ int msn_soapq_flush( struct im_connection *ic, gboolean resend ); int msn_soap_passport_sso_request( struct im_connection *ic, const char *nonce ); -#define SOAP_OIM_SEND_URL "https://ows.messenger.msn.com/OimWS/oim.asmx" -#define SOAP_OIM_SEND_ACTION "http://messenger.live.com/ws/2006/09/oim/Store2" - -#define SOAP_OIM_SEND_PAYLOAD \ -"" \ -"" \ -"" \ - "" \ - "" \ - "" \ - "" \ - "http://messenger.msn.com" \ - "%d" \ - "" \ -"" \ -"" \ - "text" \ - "" \ - "MIME-Version: 1.0\r\n" \ - "Content-Type: text/plain; charset=UTF-8\r\n" \ - "Content-Transfer-Encoding: base64\r\n" \ - "X-OIM-Message-Type: OfflineMessage\r\n" \ - "X-OIM-Run-Id: {F9A6C9DD-0D94-4E85-9CC6-F9D118CC1CAF}\r\n" \ - "X-OIM-Sequence-Num: %d\r\n" \ - "\r\n" \ - "%s" \ - "" \ -"" \ -"" - -int msn_soap_oim_send( struct im_connection *ic, const char *to, const char *msg ); -int msn_soap_oim_send_queue( struct im_connection *ic, GSList **msgq ); - - #define SOAP_ABSERVICE_PAYLOAD \ "" \ "" \ -- cgit v1.2.3