diff options
Diffstat (limited to 'xmppdaemon.php')
-rw-r--r-- | xmppdaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |