# File lib/sasl/anonymous.rb, line 9
    def start
      @state = nil
      ['auth', preferences.username.to_s]
    end