Sha256: bb9ae81e25e502d80e1fc466f63667dd15c13a8bc35e695a7bb4fe3aa0ea4498
Contents?: true
Size: 293 Bytes
Versions: 22
Compression:
Stored size: 293 Bytes
Contents
module SASL ## # SASL ANONYMOUS where you only send a username that may not get # evaluated by the server. # # RFC 4505: # http://tools.ietf.org/html/rfc4505 class Anonymous < Mechanism def start @state = nil ['auth', preferences.username.to_s] end end end
Version data entries
22 entries across 22 versions & 5 rubygems