diff options
Diffstat (limited to 'scripts/publicqueuehandler.php')
-rwxr-xr-x | scripts/publicqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index 4ebe8187a..9a7b6df5f 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -45,7 +45,7 @@ class PublicQueueHandler extends QueueHandler { $this->conn = jabber_connect($this->_id); if ($this->conn) { $this->conn->addEventHandler('message', 'forward_message', $this); - jabber_send_presence("Send me a message to post an notice", 'dnd', NULL, 'available', -1); + jabber_send_presence("Send me a message to post an notice", 'available', NULL, 'available', -1); } return !is_null($this->conn); } |