| 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 |