From: Nathan W. <fac...@us...> - 2003-10-17 20:24:50
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory sc8-pr-cvs1:/tmp/cvs-serv24826/src/protocols/jabber Modified Files: chat.c Log Message: further castrating the new jabber prpl Index: chat.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/chat.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -p -r1.4 -r1.5 --- chat.c 14 Oct 2003 16:44:35 -0000 1.4 +++ chat.c 17 Oct 2003 20:24:03 -0000 1.5 @@ -192,8 +192,10 @@ void jabber_chat_join(GaimConnection *gc 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"); |