diff --git a/lib/jabber.php b/lib/jabber.php index 2a557bfbe5..9bde914a30 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 0906a869aa..c32462e17e 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 {