parent
cc4d9fbe3f
commit
738c13e688
|
@ -72,8 +72,6 @@ function jabber_recv($session, $timout = 50) {
|
||||||
function jabber_auth($username, $password, $server) {
|
function jabber_auth($username, $password, $server) {
|
||||||
global $jabber;
|
global $jabber;
|
||||||
|
|
||||||
watchdog("user", "starting jabber auth");
|
|
||||||
|
|
||||||
$session = fsockopen($server, 5222, &$errno, &$errstr, 5);
|
$session = fsockopen($server, 5222, &$errno, &$errstr, 5);
|
||||||
|
|
||||||
if ($session) {
|
if ($session) {
|
||||||
|
|
Loading…
Reference in New Issue