X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_ip_access.php;h=f803de0b52453c6b853ca7f828d455d48598be72;hp=dc9bfc4b3cf45f4d6499d544a5541d2e3e07dbcb;hb=HEAD;hpb=179558dd57be3c185c0a02342d427725977d1aae diff --git a/DataObjects/Core_ip_access.php b/DataObjects/Core_ip_access.php index dc9bfc4b..f803de0b 100644 --- a/DataObjects/Core_ip_access.php +++ b/DataObjects/Core_ip_access.php @@ -45,7 +45,7 @@ class Pman_Core_DataObjects_Core_ip_access extends DB_DataObject $conn = new Net_XMPP('talk.google.com', 5222, $ff->Pman['XMPP']['username'], $ff->Pman['XMPP']['password'], 'xmpphp', 'gmail.com', $printlog=false, $loglevel=Net_XMPP_Log::LEVEL_VERBOSE); - $url = "https://{$ff->Pman['XMPP']['url']}/Core/VerifyAccess/{$this->id}/{$this->authorized_key}"; + $url = "{$ff->Pman['XMPP']['url']}/Core/VerifyAccess/{$this->id}/{$this->authorized_key}"; try { $conn->connect();