comparison 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
comparison
equal deleted inserted replaced
7424:c8b4a617ee5b 7425:85cd2e71bff7
252 SUPPORT_FEATURE("jabber:iq:last") 252 SUPPORT_FEATURE("jabber:iq:last")
253 SUPPORT_FEATURE("jabber:iq:oob") 253 SUPPORT_FEATURE("jabber:iq:oob")
254 SUPPORT_FEATURE("jabber:iq:time") 254 SUPPORT_FEATURE("jabber:iq:time")
255 SUPPORT_FEATURE("jabber:iq:version") 255 SUPPORT_FEATURE("jabber:iq:version")
256 SUPPORT_FEATURE("jabber:x:conference") 256 SUPPORT_FEATURE("jabber:x:conference")
257 /*
257 SUPPORT_FEATURE("http://jabber.org/protocol/bytestreams") 258 SUPPORT_FEATURE("http://jabber.org/protocol/bytestreams")
259 */
258 SUPPORT_FEATURE("http://jabber.org/protocol/disco#info") 260 SUPPORT_FEATURE("http://jabber.org/protocol/disco#info")
259 SUPPORT_FEATURE("http://jabber.org/protocol/disco#items") 261 SUPPORT_FEATURE("http://jabber.org/protocol/disco#items")
260 SUPPORT_FEATURE("http://jabber.org/protocol/muc") 262 SUPPORT_FEATURE("http://jabber.org/protocol/muc")
261 SUPPORT_FEATURE("http://jabber.org/protocol/muc#user") 263 SUPPORT_FEATURE("http://jabber.org/protocol/muc#user")
264 /*
262 SUPPORT_FEATURE("http://jabber.org/protocol/si") 265 SUPPORT_FEATURE("http://jabber.org/protocol/si")
263 SUPPORT_FEATURE("http://jabber.org/protocol/si/profile/file-transfer") 266 SUPPORT_FEATURE("http://jabber.org/protocol/si/profile/file-transfer")
267 */
264 268
265 jabber_iq_send(iq); 269 jabber_iq_send(iq);
266 }else if(!strcmp(type, "result")) { 270 }else if(!strcmp(type, "result")) {
267 xmlnode *query = xmlnode_get_child(packet, "query"); 271 xmlnode *query = xmlnode_get_child(packet, "query");
268 xmlnode *child; 272 xmlnode *child;