Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/jabber.h @ 17617:935005186312
Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Tue, 03 Jul 2007 13:37:25 +0000 |
parents | 9a19c46adf66 |
children | bbd92ee894f2 |
comparison
equal
deleted
inserted
replaced
17616:9686d549f084 | 17617:935005186312 |
---|---|
155 #endif | 155 #endif |
156 char *serverFQDN; | 156 char *serverFQDN; |
157 | 157 |
158 /* does the local server support PEP? */ | 158 /* does the local server support PEP? */ |
159 gboolean pep; | 159 gboolean pep; |
160 | |
161 /* Is Buzz enabled? */ | |
162 gboolean allowBuzz; | |
160 | 163 |
161 /* A list of JabberAdHocCommands supported by the server */ | 164 /* A list of JabberAdHocCommands supported by the server */ |
162 GList *commands; | 165 GList *commands; |
163 | 166 |
164 /* last presence update to check for differences */ | 167 /* last presence update to check for differences */ |