mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Don't include ping stanza in the ping result.
This commit is contained in:
parent
572becad44
commit
156b3200e3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class xep_0199(base_plugin):
|
||||||
iq -- The ping request.
|
iq -- The ping request.
|
||||||
"""
|
"""
|
||||||
log.debug("Pinged by %s" % iq['from'])
|
log.debug("Pinged by %s" % iq['from'])
|
||||||
iq.reply().enable('ping').send()
|
iq.reply().send()
|
||||||
|
|
||||||
def send_ping(self, jid, timeout=None, errorfalse=False,
|
def send_ping(self, jid, timeout=None, errorfalse=False,
|
||||||
ifrom=None, block=True, callback=None):
|
ifrom=None, block=True, callback=None):
|
||||||
|
|
Loading…
Reference in a new issue