mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Keep things lined up.
This commit is contained in:
parent
596e135a03
commit
e08b0054b2
1 changed files with 4 additions and 4 deletions
|
@ -250,10 +250,10 @@ class BaseXMPP(XMLStream):
|
||||||
Create a new Iq stanza with a given Id and from JID.
|
Create a new Iq stanza with a given Id and from JID.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
id -- An ideally unique ID value for this stanza thread.
|
id -- An ideally unique ID value for this stanza thread.
|
||||||
Defaults to 0.
|
Defaults to 0.
|
||||||
ifrom -- The from JID to use for this stanza.
|
ifrom -- The from JID to use for this stanza.
|
||||||
ito -- The destination JID for this stanza.
|
ito -- The destination JID for this stanza.
|
||||||
itype -- The Iq's type, one of: get, set, result, or error.
|
itype -- The Iq's type, one of: get, set, result, or error.
|
||||||
iquery -- Optional namespace for adding a query element.
|
iquery -- Optional namespace for adding a query element.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue