diff src/protocols/jabber/chat.c @ 10474:ae1fa1218e5c

[gaim-migrate @ 11761] and now HEAD gets the configuration fix committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 05 Jan 2005 03:36:04 +0000
parents 2a7780fadbb9
children 1a97d5e88d12
line wrap: on
line diff
--- 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);