diff options
Diffstat (limited to 'scripts/xmppqueuehandler.php')
-rwxr-xr-x | scripts/xmppqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php index 8b4470d3e..4394a1a40 100755 --- a/scripts/xmppqueuehandler.php +++ b/scripts/xmppqueuehandler.php @@ -49,7 +49,7 @@ class XmppQueueHandler extends QueueHandler { $this->conn->setReconnectTimeout(600); $this->conn->addEventHandler('message', 'forward_message', $this); $this->conn->addEventHandler('reconnect', 'handle_reconnect', $this); - jabber_send_presence("Send me a message to post an notice", 'available', NULL, 'available', -1); + jabber_send_presence("Send me a message to post a notice", 'available', NULL, 'available', -1); } return !is_null($this->conn); } |