make the daemon do something
darcs-hash:20080623030150-84dde-d065378a7cf8371924ebf3a76bf9b25d0d50795e.gz
This commit is contained in:
parent
f6d219bac4
commit
cf96f138f9
@ -156,5 +156,9 @@ class XMPPDaemon {
|
||||
}
|
||||
}
|
||||
|
||||
$daemon = new XMPPDaemon();
|
||||
|
||||
if ($daemon->connect()) {
|
||||
$daemon->handle();
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user