function __construct($id = null, $daemonize = true, $threads = 1, $allsites = false) { if ($threads != 1) { // This should never happen. :) throw new Exception("XMPPDaemon can must run single-threaded"); } parent::__construct($id, $daemonize, $threads); $this->allsites = $allsites; }
function __construct($id = null, $daemonize = true, $threads = 1, $allsites = false) { parent::__construct($id, $daemonize, $threads); $this->allsites = $allsites; }