mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fixed typo.
This commit is contained in:
parent
4be6482ff3
commit
b68e7bed40
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class BaseXMPP(XMLStream):
|
|||
"""Create a Presence stanza associated with this stream."""
|
||||
return Presence(self, *args, **kwargs)
|
||||
|
||||
def make_iq(self, id=0, ifrom=None, ito=None, type=None, query=None):
|
||||
def make_iq(self, id=0, ifrom=None, ito=None, itype=None, query=None):
|
||||
"""
|
||||
Create a new Iq stanza with a given Id and from JID.
|
||||
|
||||
|
|
Loading…
Reference in a new issue