src/protocols/jabber/jabber.h

changeset 13201
8c224ef70efa
parent 12508
32f6f8bf3a57
child 13385
6fb64ae23761
equal deleted inserted replaced
13200:3769f413f073 13201:8c224ef70efa
24 24
25 #include <glib.h> 25 #include <glib.h>
26 #include "connection.h" 26 #include "connection.h"
27 #include "roomlist.h" 27 #include "roomlist.h"
28 #include "sslconn.h" 28 #include "sslconn.h"
29 #include "gaim_buffer.h"
29 30
30 #include "jutil.h" 31 #include "jutil.h"
31 #include "xmlnode.h" 32 #include "xmlnode.h"
32 33
33 #ifdef HAVE_CYRUS_SASL 34 #ifdef HAVE_CYRUS_SASL
106 gboolean registration; 107 gboolean registration;
107 108
108 char *avatar_hash; 109 char *avatar_hash;
109 GSList *pending_avatar_requests; 110 GSList *pending_avatar_requests;
110 111
112 GaimCircBuffer *write_buffer;
113 guint writeh;
114
111 /* OK, this stays at the end of the struct, so plugins can depend 115 /* OK, this stays at the end of the struct, so plugins can depend
112 * on the rest of the stuff being in the right place 116 * on the rest of the stuff being in the right place
113 */ 117 */
114 #ifdef HAVE_CYRUS_SASL 118 #ifdef HAVE_CYRUS_SASL
115 sasl_conn_t *sasl; 119 sasl_conn_t *sasl;

mercurial