comparison libpurple/protocols/jabber/jabber.h @ 28112:1ea1aee71848

jabber: Fix setting Google Talk avatar at login. Google Talk (at some point) started returning IQ errors when setting the avatar in the first 10 seconds of login. This was reported by Bill Lovett to the jdev mailing list and he included the 10-second "magic number".
author Paul Aurich <paul@darkrain42.org>
date Sat, 01 Aug 2009 01:53:02 +0000
parents ebd9630ffc77
children 53f0956f76dc
comparison
equal deleted inserted replaced
28111:9d43d9d33477 28112:1ea1aee71848
212 gboolean unregistration; 212 gboolean unregistration;
213 PurpleAccountUnregistrationCb unregistration_cb; 213 PurpleAccountUnregistrationCb unregistration_cb;
214 void *unregistration_user_data; 214 void *unregistration_user_data;
215 215
216 gboolean vcard_fetched; 216 gboolean vcard_fetched;
217 /* Timer at login to push updated avatar */
218 guint vcard_timer;
217 219
218 /* Entity Capabilities hash */ 220 /* Entity Capabilities hash */
219 char *caps_hash; 221 char *caps_hash;
220 222
221 /* does the local server support PEP? */ 223 /* does the local server support PEP? */