Wed, 05 Jan 2005 03:36:04 +0000
[gaim-migrate @ 11761]
and now HEAD gets the configuration fix
| src/protocols/jabber/chat.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/jabber/chat.c Wed Jan 05 01:52:41 2005 +0000 +++ b/src/protocols/jabber/chat.c Wed Jan 05 03:36:04 2005 +0000 @@ -414,7 +414,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);