summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0030/stanza
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-12-13 15:58:59 -0500
committerLance Stout <lancestout@gmail.com>2010-12-13 15:58:59 -0500
commit2f4bdfee1bb4efd6bc390a4c97d27d40d88b8d3a (patch)
treee5615a50747881d045b71d133b86434e77664f30 /sleekxmpp/plugins/xep_0030/stanza
parentf4451fe6b72f7cfb9680ead7a608d5ca1bc7e753 (diff)
downloadslixmpp-2f4bdfee1bb4efd6bc390a4c97d27d40d88b8d3a.tar.gz
slixmpp-2f4bdfee1bb4efd6bc390a4c97d27d40d88b8d3a.tar.bz2
slixmpp-2f4bdfee1bb4efd6bc390a4c97d27d40d88b8d3a.tar.xz
slixmpp-2f4bdfee1bb4efd6bc390a4c97d27d40d88b8d3a.zip
Update some docs.
Diffstat (limited to 'sleekxmpp/plugins/xep_0030/stanza')
-rw-r--r--sleekxmpp/plugins/xep_0030/stanza/disco.py0
-rw-r--r--sleekxmpp/plugins/xep_0030/stanza/items.py4
2 files changed, 1 insertions, 3 deletions
diff --git a/sleekxmpp/plugins/xep_0030/stanza/disco.py b/sleekxmpp/plugins/xep_0030/stanza/disco.py
deleted file mode 100644
index e69de29b..00000000
--- a/sleekxmpp/plugins/xep_0030/stanza/disco.py
+++ /dev/null
diff --git a/sleekxmpp/plugins/xep_0030/stanza/items.py b/sleekxmpp/plugins/xep_0030/stanza/items.py
index 319e666f..a1fb819c 100644
--- a/sleekxmpp/plugins/xep_0030/stanza/items.py
+++ b/sleekxmpp/plugins/xep_0030/stanza/items.py
@@ -12,8 +12,6 @@ from sleekxmpp.xmlstream import ElementBase, ET
class DiscoItems(ElementBase):
"""
-
-
Example disco#items stanzas:
<iq type="get">
<query xmlns="http://jabber.org/protocol/disco#items" />
@@ -74,7 +72,7 @@ class DiscoItems(ElementBase):
Arguments:
jid -- The JID for the item.
- node -- Optional additional information to reference
+ node -- Optional additional information to reference
non-addressable items.
name -- Optional human readable name for the item.
"""