From b37b7ec8e6f3f133825c0335aa67f510f4cbaf09 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 6 May 2012 21:10:13 +0200 Subject: Fix the ping plugin --- plugins/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ping.py') diff --git a/plugins/ping.py b/plugins/ping.py index 51198d39..349b7f52 100644 --- a/plugins/ping.py +++ b/plugins/ping.py @@ -18,7 +18,7 @@ class Plugin(BasePlugin): return jid = JID(arg) try: - delay = self.core.xmpp.plugin['xep_0199'].send_ping(jid=jid, block=False) + delay = self.core.xmpp.plugin['xep_0199'].send_ping(jid=jid) except: delay = None if delay is not None: -- cgit v1.2.3