add handle_session()
darcs-hash:20080714124733-84dde-a931815975c1e98cc6b8a5d4ebfabb7554d64402.gz
This commit is contained in:
parent
68528246e7
commit
3cf477850f
@ -98,7 +98,12 @@ class XMPPDaemon {
|
||||
$this->confirmation_queue();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function handle_session($pl) {
|
||||
# XXX what to do here?
|
||||
return true;
|
||||
}
|
||||
|
||||
function get_user($from) {
|
||||
$user = User::staticGet('jabber', jabber_normalize_jid($from));
|
||||
return $user;
|
||||
|
Loading…
Reference in New Issue
Block a user