use jabber library from xmppdaemon program

darcs-hash:20080626070703-34904-b6c6a9b1df39f09221c450dcb3d32f6da6e2df5e.gz
This commit is contained in:
Evan Prodromou 2008-06-26 03:07:03 -04:00
parent b560759df1
commit 510ae5f3fb
2 changed files with 1 additions and 2 deletions

View File

@ -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();

View File

@ -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 {