diff libpurple/protocols/jabber/message.h @ 25017:26eabe8e739b

Removing short-names for features and calculating own caps hash.
author Tobias Markmann <tfar@soc.pidgin.im>
date Mon, 16 Jun 2008 13:52:45 +0000
parents 481749fc0b6b
children 9ab681f23007
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Wed Jun 11 15:36:42 2008 +0000
+++ b/libpurple/protocols/jabber/message.h	Mon Jun 16 13:52:45 2008 +0000
@@ -78,6 +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);
+gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *namespace);
 
 #endif /* _PURPLE_JABBER_MESSAGE_H_ */