diff libpurple/protocols/jabber/caps.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 f88b3a093cba
children 2a6a37c7970b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h	Wed Jun 11 15:36:42 2008 +0000
+++ b/libpurple/protocols/jabber/caps.h	Mon Jun 16 13:52:45 2008 +0000
@@ -46,4 +46,12 @@
 void jabber_caps_get_info(JabberStream *js, const char *who, const char *node, const char *ver, const char *ext, jabber_caps_get_info_cb cb, gpointer user_data);
 void jabber_caps_free_clientinfo(JabberCapsClientInfo *clientinfo);
 
+
+void jabber_caps_calculate_hash();
+
+/** Get the current caps hash.
+ * 	@ret hash
+**/
+const gchar* jabber_caps_get_hash();
+
 #endif /* _PURPLE_JABBER_CAPS_H_ */