xmpp-prebind-php
xmpp-prebind-php copied to clipboard
SSL support
the problem of this commit its due netbeans usage the changes are too much and real changes are only 4 lines
+ if ($this->useSsl) {
+ curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
+ }