Method: Codebot::Network#sasl_username

Defined in:
lib/codebot/network.rb

#sasl_usernameString (readonly)

Returns the username for SASL authentication.

Returns:

  • the username for SASL authentication



32
33
34
# File 'lib/codebot/network.rb', line 32

def sasl_username
  @sasl_username
end