comparison libpurple/protocols/jabber/caps.h @ 25028:e6f92c0f9770

* adding IPC function 'contact_has_feature' * keep track of the contacts' resources' caps hashes
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 06 Jul 2008 21:09:50 +0000
parents 45816181b7de
children 7f6558c7a0a3
comparison
equal deleted inserted replaced
25027:45816181b7de 25028:e6f92c0f9770
25 typedef struct _JabberCapsClientInfo JabberCapsClientInfo; 25 typedef struct _JabberCapsClientInfo JabberCapsClientInfo;
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 28
29 /* Implementation of XEP-0115 */ 29 /* Implementation of XEP-0115 */
30 extern GHashTable *capstable;
30 31
31 typedef struct _JabberIdentity JabberCapsIdentity; 32 typedef struct _JabberIdentity JabberCapsIdentity;
32 33
33 struct _JabberCapsClientInfo { 34 struct _JabberCapsClientInfo {
34 GList *identities; /* JabberCapsIdentity */ 35 GList *identities; /* JabberCapsIdentity */