summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0163.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-17 16:26:19 -0700
committerLance Stout <lancestout@gmail.com>2012-06-18 22:07:17 -0700
commit0b7f1340212b1bcca349f0bd21e910078b6e78ce (patch)
treec3153d971d05ee2ff4985b111abe80e421f58318 /sleekxmpp/plugins/xep_0163.py
parent378a42889fb59bba9f638203d914707040bfcad9 (diff)
downloadslixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.gz
slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.bz2
slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.tar.xz
slixmpp-0b7f1340212b1bcca349f0bd21e910078b6e78ce.zip
Add initial XEP-0084 support.
It does not auto-retrieve and store avatars yet, but everything is there to do so.
Diffstat (limited to 'sleekxmpp/plugins/xep_0163.py')
-rw-r--r--sleekxmpp/plugins/xep_0163.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0163.py b/sleekxmpp/plugins/xep_0163.py
index 5a6df1c8..0bb67e32 100644
--- a/sleekxmpp/plugins/xep_0163.py
+++ b/sleekxmpp/plugins/xep_0163.py
@@ -109,6 +109,7 @@ class XEP_0163(BasePlugin):
node = stanza.namespace
return self.xmpp['xep_0060'].publish(ifrom, node,
+ id=id,
payload=stanza.xml,
options=options,
ifrom=ifrom,