[gaim-migrate @ 7875]

Fri, 17 Oct 2003 20:24:03 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Fri, 17 Oct 2003 20:24:03 +0000
changeset 7293
99ef6d33216f
parent 7292
7361b3ed177f
child 7294
76e49c2811ea

[gaim-migrate @ 7875]
further castrating the new jabber prpl

src/protocols/jabber/chat.c file | annotate | diff | comparison | revisions
--- a/src/protocols/jabber/chat.c	Fri Oct 17 20:04:58 2003 +0000
+++ b/src/protocols/jabber/chat.c	Fri Oct 17 20:24:03 2003 +0000
@@ -192,8 +192,10 @@
 	xmlnode_set_attrib(presence, "to", full_jid);
 	g_free(full_jid);
 
+	/*
 	x = xmlnode_new_child(presence, "x");
 	xmlnode_set_attrib(x, "xmlns", "http://jabber.org/protocol/muc");
+	*/
 
 	if(passwd && *passwd) {
 		xmlnode *password = xmlnode_new_child(x, "password");

mercurial