conn is an attribute of XMPPdaemon
darcs-hash:20080623031058-84dde-60487882c7bc8a29742b0ebd75c32a213ec22a39.gz
This commit is contained in:
parent
b05ebcb272
commit
8b89e1cfb0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user