From 510ae5f3fb1e08dc5bfa96bf9dc004616d5e6b8d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 26 Jun 2008 03:07:03 -0400 Subject: use jabber library from xmppdaemon program darcs-hash:20080626070703-34904-b6c6a9b1df39f09221c450dcb3d32f6da6e2df5e.gz --- xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmppdaemon.php') 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 { -- cgit v1.2.3-54-g00ecf