summaryrefslogtreecommitdiff
path: root/sleekxmpp
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-01-27 16:05:15 -0500
committerLance Stout <lancestout@gmail.com>2011-01-27 16:05:15 -0500
commitcd800d636aa683dc562047bc517be7d1a9bb25c2 (patch)
tree8471bacb0f00aed3bbcc56c26925bddbd5b51816 /sleekxmpp
parent40642b2cd1460678a6cdaa5bf64b93248a11b523 (diff)
parentb4004cd4d677d6e6c0504d38f7ef0c18db23c71d (diff)
downloadslixmpp-cd800d636aa683dc562047bc517be7d1a9bb25c2.tar.gz
slixmpp-cd800d636aa683dc562047bc517be7d1a9bb25c2.tar.bz2
slixmpp-cd800d636aa683dc562047bc517be7d1a9bb25c2.tar.xz
slixmpp-cd800d636aa683dc562047bc517be7d1a9bb25c2.zip
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
Diffstat (limited to 'sleekxmpp')
-rw-r--r--sleekxmpp/plugins/xep_0045.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0045.py b/sleekxmpp/plugins/xep_0045.py
index feec70db..364fbbd9 100644
--- a/sleekxmpp/plugins/xep_0045.py
+++ b/sleekxmpp/plugins/xep_0045.py
@@ -316,6 +316,7 @@ class xep_0045(base.base_plugin):
x = ET.Element('{jabber:x:data}x', type='cancel')
query.append(x)
iq = self.xmpp.makeIqSet(query)
+ iq['to'] = room
iq.send()
def setRoomConfig(self, room, config, ifrom=''):