diff options
-rw-r--r-- | xmppdaemon.php | 2 |
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) { |