libpurple/protocols/jabber/jabber.h

branch
cpw.darkrain42.xmpp.bosh
changeset 26958
a955bd42f529
parent 26764
508b4bd1a7f8
parent 26946
d33862e3c96f
child 27028
1a2ef7ddb463
child 27211
68a7be484fe1
equal deleted inserted replaced
26905:61eac5fd16fe 26958:a955bd42f529
157 GList *bs_proxies; 157 GList *bs_proxies;
158 GList *oob_file_transfers; 158 GList *oob_file_transfers;
159 GList *file_transfers; 159 GList *file_transfers;
160 160
161 time_t idle; 161 time_t idle;
162 time_t old_idle;
162 163
163 JabberID *user; 164 JabberID *user;
164 PurpleConnection *gc; 165 PurpleConnection *gc;
165 PurpleSslConnection *gsc; 166 PurpleSslConnection *gsc;
166 167
167 gboolean registration; 168 gboolean registration;
168 169
170 char *initial_avatar_hash;
169 char *avatar_hash; 171 char *avatar_hash;
170 GSList *pending_avatar_requests; 172 GSList *pending_avatar_requests;
171 173
172 GSList *pending_buddy_info_requests; 174 GSList *pending_buddy_info_requests;
173 175

mercurial