MUC: Fix a traceback on room configuration.
This commit is contained in:
parent
5a55552b67
commit
661ee90ea2
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def configure_room(xmpp, room, form):
|
|||
iq['to'] = room
|
||||
query = ET.Element('{http://jabber.org/protocol/muc#owner}query')
|
||||
form['type'] = 'submit'
|
||||
query.append(form)
|
||||
query.append(form.xml)
|
||||
iq.append(query)
|
||||
iq.send()
|
||||
|
||||
|
|
Loading…
Reference in a new issue