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