From 230a73fad270185f5f75832b12e4f94712bb2380 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 7 Jun 2014 20:06:17 -0700 Subject: Fix own_host in ping plugin --- sleekxmpp/plugins/xep_0199/ping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sleekxmpp/plugins/xep_0199/ping.py b/sleekxmpp/plugins/xep_0199/ping.py index 3987c19e..836ff4ae 100644 --- a/sleekxmpp/plugins/xep_0199/ping.py +++ b/sleekxmpp/plugins/xep_0199/ping.py @@ -154,6 +154,7 @@ class XEP_0199(BasePlugin): timeout -- Time in seconds to wait for a response. Defaults to self.timeout. """ + own_host = False if not jid: if self.xmpp.is_component: jid = self.xmpp.server -- cgit v1.2.3