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

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

Overview

Plain

Instance Method Summary collapse

Instance Method Details

#authenticateObject

:nodoc:



173
174
175
# File 'lib/blather/stream/features/sasl.rb', line 173

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