summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmppdaemon.php')
-rw-r--r--xmppdaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index eab79a031..b42e33566 100644
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -158,7 +158,7 @@ class XMPPDaemon {
}
function handle_session(&$pl) {
- $conn->presence($status="Send me a message to post a notice");
+ $this->conn->presence($status="Send me a message to post a notice");
}
function log($level, $msg) {