comparison libpurple/protocols/jabber/jabber.h @ 25978:7e020fbe2cdb

propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819) to branch 'im.pidgin.cpw.darkrain42.xmpp.avatars' (head 11e989f3ac36a0f958f031d55245db093923ea76)
author Paul Aurich <paul@darkrain42.org>
date Sat, 07 Mar 2009 01:32:29 +0000
parents 2d92bbe6807b 5f9a24d1c25e
children 242a8c97270b
comparison
equal deleted inserted replaced
25426:2d92bbe6807b 25978:7e020fbe2cdb
202 GString *sasl_mechs; 202 GString *sasl_mechs;
203 203
204 gboolean unregistration; 204 gboolean unregistration;
205 PurpleAccountUnregistrationCb unregistration_cb; 205 PurpleAccountUnregistrationCb unregistration_cb;
206 void *unregistration_user_data; 206 void *unregistration_user_data;
207 207
208 gboolean vcard_fetched; 208 gboolean vcard_fetched;
209 209
210 /* does the local server support PEP? */ 210 /* does the local server support PEP? */
211 gboolean pep; 211 gboolean pep;
212 212
213 /* Is Buzz enabled? */ 213 /* Is Buzz enabled? */
214 gboolean allowBuzz; 214 gboolean allowBuzz;
215 215
216 /* A list of JabberAdHocCommands supported by the server */ 216 /* A list of JabberAdHocCommands supported by the server */
217 GList *commands; 217 GList *commands;
218 218
219 /* last presence update to check for differences */ 219 /* last presence update to check for differences */
220 JabberBuddyState old_state; 220 JabberBuddyState old_state;
221 char *old_msg; 221 char *old_msg;
222 int old_priority; 222 int old_priority;
223 char *old_avatarhash; 223 char *old_avatarhash;
224 224
225 /* same for user tune */ 225 /* same for user tune */
226 char *old_artist; 226 char *old_artist;
227 char *old_title; 227 char *old_title;
228 char *old_source; 228 char *old_source;
229 char *old_uri; 229 char *old_uri;
230 int old_length; 230 int old_length;
231 char *old_track; 231 char *old_track;
232 232
233 char *certificate_CN; 233 char *certificate_CN;
234 234
235 /* A purple timeout tag for the keepalive */ 235 /* A purple timeout tag for the keepalive */
236 int keepalive_timeout; 236 int keepalive_timeout;
237 237
238 PurpleSrvResponse *srv_rec; 238 PurpleSrvResponse *srv_rec;
239 guint srv_rec_idx; 239 guint srv_rec_idx;