| 412 gaim_notify_error(chat->js->gc, _("Room Configuration Error"), _("Room Configuration Error"), |
412 gaim_notify_error(chat->js->gc, _("Room Configuration Error"), _("Room Configuration Error"), |
| 413 _("This room is not capable of being configured")); |
413 _("This room is not capable of being configured")); |
| 414 return; |
414 return; |
| 415 } |
415 } |
| 416 |
416 |
| 417 iq = jabber_iq_new_query(chat->js, JABBER_IQ_SET, |
417 iq = jabber_iq_new_query(chat->js, JABBER_IQ_GET, |
| 418 "http://jabber.org/protocol/muc#owner"); |
418 "http://jabber.org/protocol/muc#owner"); |
| 419 query = xmlnode_get_child(iq->node, "query"); |
419 query = xmlnode_get_child(iq->node, "query"); |
| 420 room_jid = g_strdup_printf("%s@%s", chat->room, chat->server); |
420 room_jid = g_strdup_printf("%s@%s", chat->room, chat->server); |
| 421 |
421 |
| 422 xmlnode_set_attrib(iq->node, "to", room_jid); |
422 xmlnode_set_attrib(iq->node, "to", room_jid); |