summaryrefslogtreecommitdiff
path: root/scripts/xmppqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-01 23:09:10 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-01 23:09:10 -0400
commitea5b12916342910d9df18af69f82a4f3aedb6d4b (patch)
tree5d86bf7386215fc34a4a2486a1a434607db2e6b9 /scripts/xmppqueuehandler.php
parentfa123bef67877c8933ab36649ab8d06f4aedb967 (diff)
dnd -> available, just looks bad as dns
darcs-hash:20080902030910-84dde-01fa58c8c1ab359a077c7a5498973235954be085.gz
Diffstat (limited to 'scripts/xmppqueuehandler.php')
-rwxr-xr-xscripts/xmppqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php
index 0b62670bc..c6f5c3f12 100755
--- a/scripts/xmppqueuehandler.php
+++ b/scripts/xmppqueuehandler.php
@@ -47,7 +47,7 @@ class XmppQueueHandler 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);
}