Mercurial > pidgin
comparison libpurple/protocols/jabber/jabber.h @ 25146:4040da08a733
Entity Capabilities must be per-JabberStream
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 21 Nov 2008 00:35:44 +0000 |
parents | 1225f3dcf5ab |
children | f462fa160f06 |
comparison
equal
deleted
inserted
replaced
25145:1225f3dcf5ab | 25146:4040da08a733 |
---|---|
204 PurpleAccountUnregistrationCb unregistration_cb; | 204 PurpleAccountUnregistrationCb unregistration_cb; |
205 void *unregistration_user_data; | 205 void *unregistration_user_data; |
206 | 206 |
207 gboolean vcard_fetched; | 207 gboolean vcard_fetched; |
208 | 208 |
209 /* Entity Capabilities hash */ | |
210 char *caps_hash; | |
211 | |
209 /* does the local server support PEP? */ | 212 /* does the local server support PEP? */ |
210 gboolean pep; | 213 gboolean pep; |
211 | 214 |
212 /* Is Buzz enabled? */ | 215 /* Is Buzz enabled? */ |
213 gboolean allowBuzz; | 216 gboolean allowBuzz; |