Module: Blather::Stream::SASL::Anonymous
- Defined in:
- lib/blather/stream/features/sasl.rb
Overview
Plain
Instance Method Summary collapse
-
#authenticate ⇒ Object
:nodoc:.
Instance Method Details
#authenticate ⇒ Object
:nodoc:
180 181 182 |
# File 'lib/blather/stream/features/sasl.rb', line 180 def authenticate @stream.send auth_node('ANONYMOUS') end |