Method: Jabber::Connection#allow_tls
- Defined in:
- lib/vendor/xmpp4r/lib/xmpp4r/connection.rb
#allow_tls ⇒ Object
Allow TLS negotiation? Defaults to true
27 28 29 |
# File 'lib/vendor/xmpp4r/lib/xmpp4r/connection.rb', line 27 def allow_tls @allow_tls end |