diff options
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-x | scripts/xmppdaemon.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 2372a17e6..3e866761c 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -66,7 +66,9 @@ class XMPPDaemon { if (!$this->conn) { return false; } - + + $this->conn->reconnectTimeout(600); + jabber_send_presence("Send me a message to post a notice", 'available', NULL, 'available', 100); return !$this->conn->isDisconnected(); |