Mechanism
RFC 4616: tools.ietf.org/html/rfc4616
# File lib/sasl/plain.rb, line 6 def start @state = nil message = [preferences.authzid.to_s, preferences.username, preferences.password].join("\0000") ['auth', message] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.