summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmppdaemon.php')
-rwxr-xr-xxmppdaemon.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index dd2622828..9aaa953fd 100755
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -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;