libpurple/protocols/jabber/caps.h

branch
soc.2013.gobjectification
changeset 34935
686fa55b0deb
parent 34567
ea5103f66b0e
child 35026
fde23518e1e5
--- 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_ */

mercurial