]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
conn is an attribute of XMPPdaemon
authorEvan Prodromou <evan@prodromou.name>
Mon, 23 Jun 2008 03:10:58 +0000 (23:10 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 23 Jun 2008 03:10:58 +0000 (23:10 -0400)
darcs-hash:20080623031058-84dde-60487882c7bc8a29742b0ebd75c32a213ec22a39.gz

xmppdaemon.php

index eab79a0314ceeaf7873e20cc8d26c37daeec3026..b42e33566a1fb285aa96e81b222810df88847934 100644 (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) {