diff libgaim/value.h @ 14296:8342b39f975b

[gaim-migrate @ 16986] I got a patch from Ian Goldberg about a year ago to let plugins tweak XML packets as they were sent or received I finally tweaked it the way I wanted it, and here it is. If it sucks, blame me, otherwise give him credit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 22 Aug 2006 19:43:30 +0000
parents 60b1bc8dbf37
children 0a41469d6440
line wrap: on
line diff
--- a/libgaim/value.h	Tue Aug 22 19:18:46 2006 +0000
+++ b/libgaim/value.h	Tue Aug 22 19:43:30 2006 +0000
@@ -74,7 +74,8 @@
 	GAIM_SUBTYPE_STATUS,
 	GAIM_SUBTYPE_LOG,
 	GAIM_SUBTYPE_XFER,
-	GAIM_SUBTYPE_SAVEDSTATUS
+	GAIM_SUBTYPE_SAVEDSTATUS,
+	GAIM_SUBTYPE_XMLNODE
 } GaimSubType;
 
 /**