diff libpurple/protocols/msn/soap.h @ 20477:9a2a4a0c0003

Add the possibility to create an Address Book, useful for newly registered MSN users. When changing friendly name, send the new one to the SOAP server in the PRP msn command callback, with escaped html entity chars. Fixes #1294 . Handle EBADF error sometimes received in SOAP server read callback (observed in win32). Misc cleanups.
author Carlos Silva <typ0@pidgin.im>
date Tue, 07 Aug 2007 02:37:58 +0000
parents 4ddc27c18781
children eb93710aec4d
line wrap: on
line diff
--- a/libpurple/protocols/msn/soap.h	Mon Jul 23 18:16:58 2007 +0000
+++ b/libpurple/protocols/msn/soap.h	Tue Aug 07 02:37:58 2007 +0000
@@ -28,6 +28,10 @@
 
 #define MSN_SOAP_READ_BUFF_SIZE		8192
 
+/* define this to debug the communications with the SOAP server */
+#undef MSN_SOAP_DEBUG
+
+
 typedef enum
 {
 	MSN_SOAP_UNCONNECTED,