From: Evan Prodromou Date: Mon, 23 Jun 2008 03:10:58 +0000 (-0400) Subject: conn is an attribute of XMPPdaemon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b89e1cfb074d9255ab3eb66aa16ee0a01a0db7a;p=quix0rs-gnu-social.git conn is an attribute of XMPPdaemon darcs-hash:20080623031058-84dde-60487882c7bc8a29742b0ebd75c32a213ec22a39.gz --- diff --git a/xmppdaemon.php b/xmppdaemon.php index eab79a0314..b42e33566a 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) {