Fixed typo.
This commit is contained in:
parent
4be6482ff3
commit
b68e7bed40
@ -245,7 +245,7 @@ class BaseXMPP(XMLStream):
|
|||||||
"""Create a Presence stanza associated with this stream."""
|
"""Create a Presence stanza associated with this stream."""
|
||||||
return Presence(self, *args, **kwargs)
|
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.
|
Create a new Iq stanza with a given Id and from JID.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user