cpw.malu.xmpp.jingle_ft: 503d1db5: Whoops, should send the correct iq (the ...
malu at pidgin.im
malu at pidgin.im
Mon Jan 11 15:30:44 EST 2010
-----------------------------------------------------------------
Revision: 503d1db56c7dfd33d1582ad86432093c2e1cd2d1
Ancestor: 66802dc521902d3c5c73542649fe071759840110
Author: malu at pidgin.im
Date: 2010-01-11T20:28:11
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/503d1db56c7dfd33d1582ad86432093c2e1cd2d1
Modified files:
libpurple/protocols/jabber/jingle/s5b.c
ChangeLog:
Whoops, should send the correct iq (the one we just set a result callback for)
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/s5b.c 542ffdd10a482e343a53b3de58bb3f318c301119
+++ libpurple/protocols/jabber/jingle/s5b.c 31b0103dd60b87454ef674347c5a3f96c0742efe
@@ -1342,7 +1342,7 @@ jingle_s5b_proxy_activate_cb(JabberStrea
JabberIq *activated = jingle_s5b_create_activated(session, s5b);
jabber_iq_set_callback(activated, jingle_s5b_activated_cb, data);
- jabber_iq_send(jingle_s5b_create_activated(session, s5b));
+ jabber_iq_send(activated);
} else {
/* error */
purple_debug_error("jingle-s5b",
More information about the Commits
mailing list