comparison libpurple/protocols/msn/soap.h @ 20486:ff4ae9dde291

Make block/unblock work right, as well as being add by a buddy. Finally fixes #723
author Carlos Silva <typ0@pidgin.im>
date Mon, 03 Sep 2007 05:47:52 +0000
parents 98613886411a
children 9812222e89d4
comparison
equal deleted inserted replaced
20485:87eea1c5be97 20486:ff4ae9dde291
27 #define _MSN_SOAP_H_ 27 #define _MSN_SOAP_H_
28 28
29 #define MSN_SOAP_READ_BUFF_SIZE 8192 29 #define MSN_SOAP_READ_BUFF_SIZE 8192
30 30
31 /* define this to debug the communications with the SOAP server */ 31 /* define this to debug the communications with the SOAP server */
32 /* #define MSN_SOAP_DEBUG */ 32 #define MSN_SOAP_DEBUG
33 33
34 34
35 typedef enum 35 typedef enum
36 { 36 {
37 MSN_SOAP_UNCONNECTED, 37 MSN_SOAP_UNCONNECTED,
110 /*HTTP reply body part*/ 110 /*HTTP reply body part*/
111 char *body; 111 char *body;
112 int body_len; 112 int body_len;
113 }; 113 };
114 114
115
115 /*Function Prototype*/ 116 /*Function Prototype*/
116 /*Soap Request Function */ 117 /*Soap Request Function */
117 MsnSoapReq *msn_soap_request_new(const char *host, const char *post_url, 118 MsnSoapReq *msn_soap_request_new(const char *host, const char *post_url,
118 const char *soap_action, const char *body, 119 const char *soap_action, const char *body,
119 const gpointer data_cb, 120 const gpointer data_cb,