[gaim-migrate @ 11761]

Wed, 05 Jan 2005 03:36:04 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Wed, 05 Jan 2005 03:36:04 +0000
changeset 10474
cd00ffba4de0
parent 10473
4c0db3d7177d
child 10475
1b7fe16233f3

[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);

mercurial