mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +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.
|
||||
"""
|
||||
log.debug("Pinged by %s" % iq['from'])
|
||||
iq.reply().enable('ping').send()
|
||||
iq.reply().send()
|
||||
|
||||
def send_ping(self, jid, timeout=None, errorfalse=False,
|
||||
ifrom=None, block=True, callback=None):
|
||||
|
|
Loading…
Reference in a new issue