]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use jabber library from xmppdaemon program
authorEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 07:07:03 +0000 (03:07 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 07:07:03 +0000 (03:07 -0400)
darcs-hash:20080626070703-34904-b6c6a9b1df39f09221c450dcb3d32f6da6e2df5e.gz

lib/jabber.php
xmppdaemon.php

index 2a557bfbe50f9ba56ebd276dc6acb088903309bb..9bde914a305c15db54fb5aba4a1cce9e007d6631 100644 (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();
 
index 0906a869aa31cce6c64bd06165dfcf4d471f224e..c32462e17e1b103e9690312d37f09eb151c24f6c 100644 (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 {