comparison src/protocols/msn/oim.h @ 19809:b488205ad0bc

[gaim-migrate @ 16884] chat function ok debugging the multiple soap request in one ssl connection not stable. comitted by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sat, 19 Aug 2006 14:12:41 +0000
parents c2f3cd6626e1
children 509383ef25f8
comparison
equal deleted inserted replaced
19808:75ecc42d3e8d 19809:b488205ad0bc
24 */ 24 */
25 #ifndef _MSN_OIM_H_ 25 #ifndef _MSN_OIM_H_
26 #define _MSN_OIM_H_ 26 #define _MSN_OIM_H_
27 27
28 #define MSN_OIM_RETRIEVE_HOST "rsi.hotmail.com" 28 #define MSN_OIM_RETRIEVE_HOST "rsi.hotmail.com"
29 #define MSN_OIM_RETRIEVE__URL "/rsi/rsi.asmx" 29 #define MSN_OIM_RETRIEVE_URL "/rsi/rsi.asmx"
30 #define MSN_OIM_GET_SOAP_ACTION "http://www.hotmail.msn.com/ws/2004/09/oim/rsi/GetMessage" 30 #define MSN_OIM_GET_SOAP_ACTION "http://www.hotmail.msn.com/ws/2004/09/oim/rsi/GetMessage"
31 #define MSN_OIM_DEL_SOAP_ACTION "http://www.hotmail.msn.com/ws/2004/09/oim/rsi/DeleteMessages" 31 #define MSN_OIM_DEL_SOAP_ACTION "http://www.hotmail.msn.com/ws/2004/09/oim/rsi/DeleteMessages"
32 32
33 #define MSN_OIM_GET_TEMPLATE "<?xml version=\"1.0\" encoding=\"utf-8\"?>"\ 33 #define MSN_OIM_GET_TEMPLATE "<?xml version=\"1.0\" encoding=\"utf-8\"?>"\
34 "<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">"\ 34 "<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">"\