gaim/gaim

fix configuration of jabber chat rooms
oldstatus
2005-01-04, Nathan Walp
b5348db1ba17
Parents d4d7b1f66f15
Children f729d24e9bc7
fix configuration of jabber chat rooms
--- a/src/protocols/jabber/chat.c Mon Jan 03 21:29:02 2005 -0500
+++ b/src/protocols/jabber/chat.c Tue Jan 04 22:29:08 2005 -0500
@@ -404,7 +404,7 @@
return;
}
- iq = jabber_iq_new_query(chat->js, JABBER_IQ_SET,
+ iq = jabber_iq_new_query(chat->js, JABBER_IQ_GET,
"http://jabber.org/protocol/muc#owner");
query = xmlnode_get_child(iq->node, "query");
room_jid = g_strdup_printf("%s@%s", chat->room, chat->server);