module Blather::Stream::SASL::Anonymous

@private

Public Instance Methods

authenticate() click to toggle source
# File lib/blather/stream/features/sasl.rb, line 184
def authenticate
  @stream.send auth_node('ANONYMOUS')
end