diff src/protocols/jabber/iq.c @ 7425:85cd2e71bff7

[gaim-migrate @ 8028] syncing my jabber changes, and disabling the half-implemented file sending stuff. I don't want that sneaking into a release. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 04 Nov 2003 19:18:38 +0000
parents aaf91a891cd9
children be5a715b71c8
line wrap: on
line diff
--- a/src/protocols/jabber/iq.c	Tue Nov 04 01:34:46 2003 +0000
+++ b/src/protocols/jabber/iq.c	Tue Nov 04 19:18:38 2003 +0000
@@ -254,13 +254,17 @@
 		SUPPORT_FEATURE("jabber:iq:time")
 		SUPPORT_FEATURE("jabber:iq:version")
 		SUPPORT_FEATURE("jabber:x:conference")
+		/*
 		SUPPORT_FEATURE("http://jabber.org/protocol/bytestreams")
+		*/
 		SUPPORT_FEATURE("http://jabber.org/protocol/disco#info")
 		SUPPORT_FEATURE("http://jabber.org/protocol/disco#items")
 		SUPPORT_FEATURE("http://jabber.org/protocol/muc")
 		SUPPORT_FEATURE("http://jabber.org/protocol/muc#user")
+		/*
 		SUPPORT_FEATURE("http://jabber.org/protocol/si")
 		SUPPORT_FEATURE("http://jabber.org/protocol/si/profile/file-transfer")
+		*/
 
 		jabber_iq_send(iq);
 	}else if(!strcmp(type, "result")) {