remove unimplemented methods from XmppDaemon
darcs-hash:20080827210429-84dde-90c22dbee16f74f53464dcd538a6dbcf49db4f28.gz
This commit is contained in:
parent
b9f0ea6f0e
commit
f59ead93ee
@ -71,15 +71,10 @@ class XMPPDaemon {
|
||||
}
|
||||
|
||||
function handle() {
|
||||
|
||||
$this->conn->addEventHandler('message', 'handle_message', $this);
|
||||
$this->conn->addEventHandler('presence', 'handle_presence', $this);
|
||||
|
||||
while(!$this->conn->isDisconnected()) {
|
||||
$this->conn->processTime(5);
|
||||
$this->broadcast_queue();
|
||||
$this->confirmation_queue();
|
||||
}
|
||||
$this->conn->process();
|
||||
}
|
||||
|
||||
function get_user($from) {
|
||||
|
Loading…
Reference in New Issue
Block a user