Function: erc-compat--29-sasl-scram-construct-gs2-header

erc-compat--29-sasl-scram-construct-gs2-header is a byte-compiled function defined in erc-compat.el.gz.

Signature

(erc-compat--29-sasl-scram-construct-gs2-header CLIENT)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-compat.el.gz
(defun erc-compat--29-sasl-scram-construct-gs2-header (client)
  (let ((authzid (sasl-client-property client 'authenticator-name)))
    (concat "n," (and authzid "a=") authzid ",")))