# HG changeset patch # User Tobias Markmann # Date 1219057892 0 # Node ID 84ff003a7d331d5dadbebc3b05ff765900655b9a # Parent 0a848437231238d67a71686489b4295cfadd39d5 * adding some missing documentation diff -r 0a8484372312 -r 84ff003a7d33 libpurple/protocols/jabber/caps.h --- a/libpurple/protocols/jabber/caps.h Mon Aug 18 08:42:37 2008 +0000 +++ b/libpurple/protocols/jabber/caps.h Mon Aug 18 11:11:32 2008 +0000 @@ -81,6 +81,9 @@ */ gchar *jabber_caps_calcualte_hash(JabberCapsClientInfo *info, const char *hash); +/** + * Calcualte SHA1 hash for own featureset. + */ void jabber_caps_calculate_own_hash(); /** Get the current caps hash. @@ -89,7 +92,7 @@ const gchar* jabber_caps_get_own_hash(); /** - * + * Broadcast a new calculated hash using a stanza. */ void jabber_caps_broadcast_change();