diff src/protocols/jabber/jabber.h @ 10189:4e7249591251

[gaim-migrate @ 11304] this would appear to be jabber buddy icon support no, this isn't a standard yet, but those nice folks over at apple decided to put jabber into iChat, and this is how they do things committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 15 Nov 2004 06:15:53 +0000
parents c13a4913a071
children cef48e318125
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Mon Nov 15 03:53:56 2004 +0000
+++ b/src/protocols/jabber/jabber.h	Mon Nov 15 06:15:53 2004 +0000
@@ -95,6 +95,8 @@
 	GaimSslConnection *gsc;
 
 	gboolean registration;
+
+	char *avatar_hash;
 } JabberStream;
 
 void jabber_process_packet(JabberStream *js, xmlnode *packet);