--- a/libpurple/protocols/jabber/disco.h Fri Sep 06 23:02:04 2013 +0530 +++ b/libpurple/protocols/jabber/disco.h Sat Sep 07 00:11:42 2013 +0530 @@ -39,9 +39,9 @@ const char *node, GSList *items, gpointer data); void jabber_disco_info_parse(JabberStream *js, const char *from, - JabberIqType type, const char *id, xmlnode *in_query); + JabberIqType type, const char *id, PurpleXmlNode *in_query); void jabber_disco_items_parse(JabberStream *js, const char *from, - JabberIqType type, const char *id, xmlnode *query); + JabberIqType type, const char *id, PurpleXmlNode *query); void jabber_disco_items_server(JabberStream *js);