diff src/protocols/jabber/iq.c @ 7116:6c8706109f92

[gaim-migrate @ 7683] fix a big ugly memleak on jabber account signoff, fix the img display in vcards until the gtk code can be talked into understanding proper XHTML, and a few misc other things I felt like getting out of my tree. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 02 Oct 2003 01:58:26 +0000
parents 1350352f5818
children 1cf80749f2f0
line wrap: on
line diff
--- a/src/protocols/jabber/iq.c	Thu Oct 02 01:57:26 2003 +0000
+++ b/src/protocols/jabber/iq.c	Thu Oct 02 01:58:26 2003 +0000
@@ -229,6 +229,8 @@
 		jabber_iq_handle_version(js, packet);
 	} else if(!strcmp(xmlns, "jabber:iq:register")) {
 		jabber_register_parse(js, packet);
+	} else if(!strcmp(xmlns, "jabber:iq:oob")) {
+		/* XXX: need to re-implement file receive for the old-skool way */
 	} else {
 		gaim_debug(GAIM_DEBUG_WARNING, "jabber", "Unknown query: %s\n", xmlns);
 	}