# HG changeset patch # User Nathan Walp # Date 1066422243 0 # Node ID 89e211509d022dd38e540cc1d350ba9db3b99b53 # Parent d03a411d50d3958a4ac0451ba025172f37a2477c [gaim-migrate @ 7875] further castrating the new jabber prpl committer: Tailor Script diff -r d03a411d50d3 -r 89e211509d02 src/protocols/jabber/chat.c --- 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");