changeset 25611:84ff003a7d33

* adding some missing documentation
author Tobias Markmann <tfar@soc.pidgin.im>
date Mon, 18 Aug 2008 11:11:32 +0000
parents 0a8484372312
children 8badac6cc7c9
files libpurple/protocols/jabber/caps.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();