My hunch is that these should also be updated.

This commit is contained in:
Stefan de Konink
2011-01-23 01:47:22 +08:00
committed by Lance Stout
parent da332365d4
commit c3be6ea0b2
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class xep_0199(base.base_plugin):
def scheduled_ping(self):
log.debug("pinging...")
if self.sendPing(self.xmpp.server, self.config.get('timeout', 30)) is False:
if self.sendPing(self.xmpp.boundjid.host, self.config.get('timeout', 30)) is False:
log.debug("Did not recieve ping back in time. Requesting Reconnect.")
self.xmpp.reconnect()