changeset 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 3cfab4626bbf
children 94fd0bf8c4b1
files src/protocols/jabber/chat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);