comparison libpurple/protocols/jabber/jabber.h @ 25020:9867a406707e

* defined JabberCapsIdentity as struct _JabberIdentity * added jabber_caps_jabber_xdata_compare() which compares two x-data forms as required by XEP-0115
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 22 Jun 2008 18:59:33 +0000
parents 26eabe8e739b
children 623fbda59aa4
comparison
equal deleted inserted replaced
25019:f6272b156873 25020:9867a406707e
214 typedef struct _JabberIdentity 214 typedef struct _JabberIdentity
215 { 215 {
216 gchar *category; 216 gchar *category;
217 gchar *type; 217 gchar *type;
218 gchar *name; 218 gchar *name;
219 gchar *lang;
219 } JabberIdentity; 220 } JabberIdentity;
220 221
221 typedef struct _JabberBytestreamsStreamhost { 222 typedef struct _JabberBytestreamsStreamhost {
222 char *jid; 223 char *jid;
223 char *host; 224 char *host;