Update some docs.

This commit is contained in:
Lance Stout
2010-12-13 15:58:59 -05:00
parent f4451fe6b7
commit 2f4bdfee1b
4 changed files with 74 additions and 21 deletions

View File

@@ -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.
"""