Module: Blather::Stream::SASL::Anonymous

Defined in:
lib/blather/stream/features/sasl.rb

Instance Method Summary collapse

Instance Method Details

#authenticateObject



184
185
186
# File 'lib/blather/stream/features/sasl.rb', line 184

def authenticate
  @stream.send auth_node('ANONYMOUS')
end