Update of /cvsroot/gaim/gaim/src/protocols/jabber
In directory sc8-pr-cvs1:/tmp/cvs-serv11261/src/protocols/jabber
Modified Files:
chat.c
Log Message:
turns out this won't hurt anything
Index: chat.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/chat.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -p -r1.5 -r1.6
--- chat.c 17 Oct 2003 20:24:03 -0000 1.5
+++ chat.c 17 Oct 2003 21:29:15 -0000 1.6
@@ -192,10 +192,8 @@ 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");
|