conn is an attribute of XMPPdaemon

darcs-hash:20080623031058-84dde-60487882c7bc8a29742b0ebd75c32a213ec22a39.gz
This commit is contained in:
Evan Prodromou 2008-06-22 23:10:58 -04:00
parent b05ebcb272
commit 8b89e1cfb0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {