comparison libpurple/protocols/jabber/caps.h @ 25750:30a686c079d5

Remove JabberCapsIdentity and just use JabberIdentity everywhere
author Paul Aurich <paul@darkrain42.org>
date Fri, 21 Nov 2008 18:24:31 +0000
parents 504c98a90ef5
children 7dcba13d0e28
comparison
equal deleted inserted replaced
25749:b5dbf1d9930b 25750:30a686c079d5
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 extern GHashTable *capstable;
31 31
32 typedef struct _JabberIdentity JabberCapsIdentity;
33
34 struct _JabberCapsClientInfo { 32 struct _JabberCapsClientInfo {
35 GList *identities; /* JabberCapsIdentity */ 33 GList *identities; /* JabberIdentity */
36 GList *features; /* char * */ 34 GList *features; /* char * */
37 GList *forms; /* xmlnode * */ 35 GList *forms; /* xmlnode * */
38 }; 36 };
39 37
40 #if 0 38 #if 0