summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0030/static.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-03-22 20:48:28 -0400
committerLance Stout <lancestout@gmail.com>2011-03-22 20:48:28 -0400
commit306bdd802140b65957aed7a3f5d384ccbf02f61a (patch)
treea8572cfc9afdf917e690296d5992d5258ec41081 /sleekxmpp/plugins/xep_0030/static.py
parenta9685a00b304aa136ffd0681ed3b92126e05ecae (diff)
parent4b1fadde4bd87a8763131165701c08a3035005eb (diff)
downloadslixmpp-306bdd802140b65957aed7a3f5d384ccbf02f61a.tar.gz
slixmpp-306bdd802140b65957aed7a3f5d384ccbf02f61a.tar.bz2
slixmpp-306bdd802140b65957aed7a3f5d384ccbf02f61a.tar.xz
slixmpp-306bdd802140b65957aed7a3f5d384ccbf02f61a.zip
Merge branch 'develop' into stream_features
Diffstat (limited to 'sleekxmpp/plugins/xep_0030/static.py')
-rw-r--r--sleekxmpp/plugins/xep_0030/static.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0030/static.py b/sleekxmpp/plugins/xep_0030/static.py
index 654a9bd0..7e7f0353 100644
--- a/sleekxmpp/plugins/xep_0030/static.py
+++ b/sleekxmpp/plugins/xep_0030/static.py
@@ -120,7 +120,8 @@ class StaticDisco(object):
"""
Replace the stored items data for a JID/node combination.
- The data parameter is not used.
+ The data parameter may provided:
+ items -- A set of items in tuple format.
"""
items = data.get('items', set())
self.add_node(jid, node)