use jabber library from xmppdaemon program
darcs-hash:20080626070703-34904-b6c6a9b1df39f09221c450dcb3d32f6da6e2df5e.gz
This commit is contained in:
parent
b560759df1
commit
510ae5f3fb
|
@ -87,7 +87,6 @@ function jabber_confirm_address($code, $nickname, $address) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
|
function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
|
||||||
$conn = jabber_connect();
|
$conn = jabber_connect();
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ define('INSTALLDIR', dirname(__FILE__));
|
||||||
define('LACONICA', true);
|
define('LACONICA', true);
|
||||||
|
|
||||||
require_once(INSTALLDIR . '/lib/common.php');
|
require_once(INSTALLDIR . '/lib/common.php');
|
||||||
require_once('xmpp.php');
|
require_once(INSTALLDIR . '/lib/jabber.php');
|
||||||
|
|
||||||
class XMPPDaemon {
|
class XMPPDaemon {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user