Mon, 18 Aug 2008 11:11:32 +0000
* adding some missing documentation
| libpurple/protocols/jabber/caps.h | file | annotate | diff | comparison | revisions |
--- 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 <presence> stanza. */ void jabber_caps_broadcast_change();