comparison libpurple/protocols/jabber/jabber.h @ 25426:2d92bbe6807b

Use a JabberStream variable instead of a setting for the initial hash The hash is only used at login to compare with the PEP avatar(s) and vCard and is recalculated at each login, so there's no need to store it as a setting. The variable is eitehr NULL or the hash now, instead of "" or the hash.
author Paul Aurich <paul@darkrain42.org>
date Sat, 14 Feb 2009 18:23:13 +0000
parents 0700833f0c5d
children 7e020fbe2cdb
comparison
equal deleted inserted replaced
25425:0fa91206cf5a 25426:2d92bbe6807b
159 PurpleConnection *gc; 159 PurpleConnection *gc;
160 PurpleSslConnection *gsc; 160 PurpleSslConnection *gsc;
161 161
162 gboolean registration; 162 gboolean registration;
163 163
164 char *initial_avatar_hash;
164 char *avatar_hash; 165 char *avatar_hash;
165 GSList *pending_avatar_requests; 166 GSList *pending_avatar_requests;
166 167
167 GSList *pending_buddy_info_requests; 168 GSList *pending_buddy_info_requests;
168 169