예제 #1
0
 public static function can_use_tls()
 {
     return Jabber::can_use_ssl() && function_exists('stream_socket_enable_crypto');
 }