Don't include ping stanza in the ping result.

This commit is contained in:
Lance Stout 2011-08-10 09:05:43 -07:00
parent 572becad44
commit 156b3200e3

View file

@ -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):