class SASL::Anonymous
SASL
ANONYMOUS where you only send a username that may not get evaluated by the server.
RFC 4505: tools.ietf.org/html/rfc4505
Public Instance Methods
start()
click to toggle source
# File lib/sasl/anonymous.rb, line 9 def start @state = nil ['auth', preferences.username.to_s] end