pidgin: 1b6cf3f7: jabber: Move a comment to where it shoul...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Wed Feb 3 00:35:45 EST 2010


-----------------------------------------------------------------
Revision: 1b6cf3f77e2c8084c27497374b95651efa70d2cc
Ancestor: 5a93a894687983dbd616039fc88e13552865c93a
Author: darkrain42 at pidgin.im
Date: 2010-02-03T04:54:23
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1b6cf3f77e2c8084c27497374b95651efa70d2cc

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

ChangeLog: 

jabber: Move a comment to where it should be.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	c09ff2ecbb4eb174adf5f82c2087c4e2f1bbc578
+++ libpurple/protocols/jabber/jabber.c	f027f0adc9f1d1b9c1078004e7fb65250d1d887c
@@ -427,13 +427,12 @@ void jabber_send_raw(JabberStream *js, c
 		g_free(text);
 	}
 
-	/* If we've got a security layer, we need to encode the data,
-	 * splitting it on the maximum buffer length negotiated */
-
 	purple_signal_emit(purple_connection_get_prpl(js->gc), "jabber-sending-text", js->gc, &data);
 	if (data == NULL)
 		return;
 
+	/* If we've got a security layer, we need to encode the data,
+	 * splitting it on the maximum buffer length negotiated */
 #ifdef HAVE_CYRUS_SASL
 	if (js->sasl_maxbuf>0) {
 		int pos = 0;


More information about the Commits mailing list