comparison 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
comparison
equal deleted inserted replaced
20476:fb52154f3c70 20477:9a2a4a0c0003
25 */ 25 */
26 #ifndef _MSN_SOAP_H_ 26 #ifndef _MSN_SOAP_H_
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
31 /* define this to debug the communications with the SOAP server */
32 #undef MSN_SOAP_DEBUG
33
30 34
31 typedef enum 35 typedef enum
32 { 36 {
33 MSN_SOAP_UNCONNECTED, 37 MSN_SOAP_UNCONNECTED,
34 MSN_SOAP_CONNECTING, 38 MSN_SOAP_CONNECTING,