comparison src/protocols/msn/soap.c @ 19790:4f21c73a0c48

[gaim-migrate @ 16613] add oim retrieve,can get oim message write the framework of oim send Committed by MaYuan <mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Wed, 02 Aug 2006 05:44:42 +0000
parents 8b4653986e8e
children bddd32f36bde
comparison
equal deleted inserted replaced
19789:7e36832172a9 19790:4f21c73a0c48
397 { 397 {
398 char * soap_head = NULL; 398 char * soap_head = NULL;
399 char * soap_body = NULL; 399 char * soap_body = NULL;
400 char * request_str = NULL; 400 char * request_str = NULL;
401 401
402 gaim_debug_info("MaYuan","msn_get_address_book()...\n"); 402 gaim_debug_info("MaYuan","msn_soap_post()...\n");
403 soap_body = g_strdup_printf(body); 403 soap_body = g_strdup_printf(body);
404 soap_head = g_strdup_printf( 404 soap_head = g_strdup_printf(
405 "POST %s HTTP/1.1\r\n" 405 "POST %s HTTP/1.1\r\n"
406 "SOAPAction: %s\r\n" 406 "SOAPAction: %s\r\n"
407 "Content-Type:text/xml; charset=utf-8\r\n" 407 "Content-Type:text/xml; charset=utf-8\r\n"