changeset 7294:e5d0f5cb61fb

[gaim-migrate @ 7877] turns out this won't hurt anything committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 17 Oct 2003 21:29:15 +0000
parents 89e211509d02
children c7f0a4397d9e
files src/protocols/jabber/chat.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c	Fri Oct 17 20:24:03 2003 +0000
+++ b/src/protocols/jabber/chat.c	Fri Oct 17 21:29:15 2003 +0000
@@ -192,10 +192,8 @@
 	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");