make the daemon do something

darcs-hash:20080623030150-84dde-d065378a7cf8371924ebf3a76bf9b25d0d50795e.gz
This commit is contained in:
Evan Prodromou 2008-06-22 23:01:50 -04:00
parent f6d219bac4
commit cf96f138f9
1 changed files with 4 additions and 0 deletions

View File

@ -156,5 +156,9 @@ class XMPPDaemon {
}
}
$daemon = new XMPPDaemon();
if ($daemon->connect()) {
$daemon->handle();
}
?>