Variable: erc-sasl-mechanism

erc-sasl-mechanism is a customizable variable defined in erc-sasl.el.gz.

Value

plain

Documentation

SASL mechanism to connect with.

Note that any value other than nil or external likely requires erc-sasl-user and erc-sasl-password.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(defcustom erc-sasl-mechanism 'plain
  "SASL mechanism to connect with.
Note that any value other than nil or `external' likely requires
`erc-sasl-user' and `erc-sasl-password'."
  :type '(choice (const plain)
                 (const external)
                 (const scram-sha-1)
                 (const scram-sha-256)
                 (const scram-sha-512)
                 (const ecdsa-nist256p-challenge)))