cpw.malu.xmpp.jingle_ft: bf9fbfe9: Corrected a comment about "transport-acc...

malu at pidgin.im malu at pidgin.im
Mon Apr 13 11:05:54 EDT 2009


-----------------------------------------------------------------
Revision: bf9fbfe9e08a0015d26a85f6b8caa8055f789dd4
Ancestor: a58aa4f530ba389aa0cc006e3ca741c3a4e928ea
Author: malu at pidgin.im
Date: 2009-04-13T15:02:10
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/bf9fbfe9e08a0015d26a85f6b8caa8055f789dd4

Modified files:
        libpurple/protocols/jabber/jingle/s5b.c

ChangeLog: 

Corrected a comment about "transport-accept"

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/s5b.c	9356bf11a2d5c553476ce8a7fd4f1cb34430ceec
+++ libpurple/protocols/jabber/jingle/s5b.c	04f8d90f8450311dc52369574a7ce1aadcccdba2
@@ -896,7 +896,7 @@ jingle_s5b_connect_cb(gpointer data, gin
 	/* should stop trying to connect */
 	jingle_s5b_stop_connection_attempts(s5b);
 	
-	/* should send transport-info with streamhost-used */
+	/* should send transport-accept with streamhost-used */
 	result = jingle_session_to_packet(session, JINGLE_TRANSPORT_ACCEPT);
 	jabber_iq_set_callback(result, jingle_s5b_transport_accept_cb, cd);
 	jabber_iq_send(result);


More information about the Commits mailing list