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