diff libpurple/protocols/jabber/message.h @ 17890: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 cca457b9158b
children 481749fc0b6b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Tue Jul 03 11:04:50 2007 +0000
+++ b/libpurple/protocols/jabber/message.h	Tue Jul 03 13:37:25 2007 +0000
@@ -78,4 +78,6 @@
 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state);
 void jabber_message_conv_closed(JabberStream *js, const char *who);
 
+gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *shortname, const gchar *namespace);
+
 #endif /* _PURPLE_JABBER_MESSAGE_H_ */