diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-22 23:10:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-22 23:10:58 -0400 |
commit | 8b89e1cfb074d9255ab3eb66aa16ee0a01a0db7a (patch) | |
tree | 29a5db25245d5c7d6980981cc60fd6ebcc32b1ee | |
parent | b05ebcb272e64d59257133ebba876f9d9fdbdceb (diff) |
conn is an attribute of XMPPdaemon
darcs-hash:20080623031058-84dde-60487882c7bc8a29742b0ebd75c32a213ec22a39.gz
-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) { |