comparison src/protocols/jabber/jabber.h @ 14000:f327a27f7f07

[gaim-migrate @ 16585] A fix for the nasty libxml corruption crash in jabber, from Henning Norn. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 27 Jul 2006 18:58:14 +0000
parents 614c56622453
children 8ca0e500da4c
comparison
equal deleted inserted replaced
13999:dd19c67be844 14000:f327a27f7f07
119 GSList *pending_avatar_requests; 119 GSList *pending_avatar_requests;
120 120
121 GaimCircBuffer *write_buffer; 121 GaimCircBuffer *write_buffer;
122 guint writeh; 122 guint writeh;
123 123
124 gboolean reinit;
125
124 /* OK, this stays at the end of the struct, so plugins can depend 126 /* OK, this stays at the end of the struct, so plugins can depend
125 * on the rest of the stuff being in the right place 127 * on the rest of the stuff being in the right place
126 */ 128 */
127 #ifdef HAVE_CYRUS_SASL 129 #ifdef HAVE_CYRUS_SASL
128 sasl_conn_t *sasl; 130 sasl_conn_t *sasl;