diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Fri Jul 31 14:40:03 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat Aug 01 01:53:02 2009 +0000
@@ -214,6 +214,8 @@
 	void *unregistration_user_data;
 
 	gboolean vcard_fetched;
+	/* Timer at login to push updated avatar */
+	guint vcard_timer;
 
 	/* Entity Capabilities hash */
 	char *caps_hash;