Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/caps.h @ 25579:a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
author | Tobias Markmann <tfar@soc.pidgin.im> |
---|---|
date | Sun, 29 Jun 2008 14:32:33 +0000 |
parents | 9867a406707e |
children | 4c97156431b4 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h Sun Jun 22 18:59:33 2008 +0000 +++ b/libpurple/protocols/jabber/caps.h Sun Jun 29 14:32:33 2008 +0000 @@ -36,6 +36,11 @@ GList *forms; /* xmlnode * */ }; +typedef struct _JabberDataFormField { + gchar *var; + GList *values; +} JabberDataFormField; + typedef void (*jabber_caps_get_info_cb)(JabberCapsClientInfo *info, gpointer user_data); void jabber_caps_init(void);