* adding some missing documentation soc.2008.xmpp

Mon, 18 Aug 2008 11:11:32 +0000

author
Tobias Markmann <tfar@soc.pidgin.im>
date
Mon, 18 Aug 2008 11:11:32 +0000
branch
soc.2008.xmpp
changeset 23622
1cadf80e85ae
parent 23621
d7a6cc7ca517
child 23623
b7b226b72971

* 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();
 

mercurial