--- a/libpurple/protocols/jabber/caps.h Fri Sep 06 21:31:42 2013 +0530 +++ b/libpurple/protocols/jabber/caps.h Sat Sep 07 00:10:19 2013 +0530 @@ -42,7 +42,7 @@ struct _JabberCapsClientInfo { GList *identities; /* JabberIdentity */ GList *features; /* char * */ - GList *forms; /* xmlnode * */ + GList *forms; /* PurpleXmlNode * */ JabberCapsNodeExts *exts; const JabberCapsTuple tuple; @@ -125,6 +125,6 @@ * @param query The 'query' element from an IQ reply stanza. * @returns A JabberCapsClientInfo struct, or NULL on error */ -JabberCapsClientInfo *jabber_caps_parse_client_info(xmlnode *query); +JabberCapsClientInfo *jabber_caps_parse_client_info(PurpleXmlNode *query); #endif /* PURPLE_JABBER_CAPS_H_ */