diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:13:19 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:13:19 -0700 |
commit | 5f4b528e6bdc238988b02b9a7d4ef55077773e76 (patch) | |
tree | e04edf2275485cdbf53ac520b673abbc971b59b2 /sleekxmpp/plugins/xep_0163.py | |
parent | f759b0ada1e33e2ebde5229f9bf98a6783652ee8 (diff) | |
download | slixmpp-5f4b528e6bdc238988b02b9a7d4ef55077773e76.tar.gz slixmpp-5f4b528e6bdc238988b02b9a7d4ef55077773e76.tar.bz2 slixmpp-5f4b528e6bdc238988b02b9a7d4ef55077773e76.tar.xz slixmpp-5f4b528e6bdc238988b02b9a7d4ef55077773e76.zip |
Ensure that result stanzas are returned, as expected.
Diffstat (limited to 'sleekxmpp/plugins/xep_0163.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0163.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0163.py b/sleekxmpp/plugins/xep_0163.py index e66b38fd..af07cd70 100644 --- a/sleekxmpp/plugins/xep_0163.py +++ b/sleekxmpp/plugins/xep_0163.py @@ -88,7 +88,7 @@ class xep_0163(base_plugin): if node is None: node = stanza.namespace - self.xmpp['xep_0060'].publish(ifrom, node, + return self.xmpp['xep_0060'].publish(ifrom, node, payload=stanza.xml, options=options, ifrom=ifrom, |