# HG changeset patch # User Nathan Walp # Date 1066426155 0 # Node ID e5d0f5cb61fb1e7a94f8e535ffdf376e1ce86641 # Parent 89e211509d022dd38e540cc1d350ba9db3b99b53 [gaim-migrate @ 7877] turns out this won't hurt anything committer: Tailor Script diff -r 89e211509d02 -r e5d0f5cb61fb src/protocols/jabber/chat.c --- 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");