comparison libpurple/protocols/msn/slp.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 c73a650f952a
children 09e15f831d7e
comparison
equal deleted inserted replaced
30032:6eeae3220b3d 30033:a613180bfeab
783 header, 783 header,
784 slpcall->branch, 784 slpcall->branch,
785 "application/x-msnmsgr-transreqbody", 785 "application/x-msnmsgr-transreqbody",
786 content 786 content
787 ); 787 );
788 msg->info = "DC INVITE";
789 msg->text_body = TRUE;
788 g_free(header); 790 g_free(header);
789 g_free(content); 791 g_free(content);
790 792
791 msn_slplink_queue_slpmsg(slpcall->slplink, msg); 793 msn_slplink_queue_slpmsg(slpcall->slplink, msg);
792 794