summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jabber.php1
-rw-r--r--xmppdaemon.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index 2a557bfbe..9bde914a3 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -87,7 +87,6 @@ function jabber_confirm_address($code, $nickname, $address) {
}
-
function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
$conn = jabber_connect();
diff --git a/xmppdaemon.php b/xmppdaemon.php
index 0906a869a..c32462e17 100644
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -27,7 +27,7 @@ define('INSTALLDIR', dirname(__FILE__));
define('LACONICA', true);
require_once(INSTALLDIR . '/lib/common.php');
-require_once('xmpp.php');
+require_once(INSTALLDIR . '/lib/jabber.php');
class XMPPDaemon {