add handle_session()

darcs-hash:20080714124733-84dde-a931815975c1e98cc6b8a5d4ebfabb7554d64402.gz
This commit is contained in:
Evan Prodromou 2008-07-14 08:47:33 -04:00
parent 68528246e7
commit 3cf477850f
1 changed files with 6 additions and 1 deletions

View File

@ -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;