diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Tue Jul 03 11:04:50 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue Jul 03 13:37:25 2007 +0000
@@ -158,6 +158,9 @@
 	/* does the local server support PEP? */
 	gboolean pep;
 	
+	/* Is Buzz enabled? */
+	gboolean allowBuzz;
+	
 	/* A list of JabberAdHocCommands supported by the server */
 	GList *commands;