mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
oi
git-svn-id: file:///svn/phpbb/trunk@7688 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -42,7 +42,7 @@ class jabber
|
||||
$this->port = ($port) ? $port : 5222;
|
||||
$this->username = $username;
|
||||
$this->password = $password;
|
||||
$this->use_ssl = ($use_ssl && $this->can_use_ssl) ? true : false;
|
||||
$this->use_ssl = ($use_ssl && $this->can_use_ssl()) ? true : false;
|
||||
|
||||
// Change port if we use SSL
|
||||
if ($this->port == 5222 && $this->use_ssl)
|
||||
|
Reference in New Issue
Block a user