comparison libpurple/protocols/msn/directconn.c @ 30033:a613180bfeab

Set some information for debugging.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Apr 2010 00:03:20 +0000
parents 6eeae3220b3d
children 4e532eedcab4
comparison
equal deleted inserted replaced
30032:6eeae3220b3d 30033:a613180bfeab
271 header, 271 header,
272 slpcall->branch, 272 slpcall->branch,
273 "application/x-msnmsgr-transrespbody", 273 "application/x-msnmsgr-transrespbody",
274 dc->msg_body 274 dc->msg_body
275 ); 275 );
276 msg->info = "DC INVITE";
277 msg->text_body = TRUE;
276 g_free(header); 278 g_free(header);
277 g_free(dc->msg_body); 279 g_free(dc->msg_body);
278 dc->msg_body = NULL; 280 dc->msg_body = NULL;
279 281
280 msn_slplink_queue_slpmsg(slpcall->slplink, msg); 282 msn_slplink_queue_slpmsg(slpcall->slplink, msg);