Changes of Revision 7
[-] [+] | Changed | php-pear-xmphp.spec |
[-] [+] | Added | xmpphp-conntype_tls.patch ^ |
@@ -0,0 +1,10 @@ +--- XMPPHP/XMLStream.php.orig2 2015-09-18 12:41:37.691123084 +0200 ++++ XMPPHP/XMLStream.php 2015-09-18 12:42:01.575124989 +0200 +@@ -306,6 +306,7 @@ + } + $conntype = 'tcp'; + if($this->use_ssl) $conntype = 'ssl'; ++ if($this->use_tls) $conntype = 'tls'; + $this->log->log("Connecting to $conntype://{$this->host}:{$this->port}"); + try { + $this->socket = @stream_socket_client("$conntype://{$this->host}:{$this->port}", $errno, $errstr, $timeout, $conflag); |