emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] modifying erc-login to conditionally send appropriate CA


From: Glenn Morris
Subject: Re: [PATCH 1/2] modifying erc-login to conditionally send appropriate CAP request for SASL
Date: Thu, 19 Apr 2012 12:58:55 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Joseph Gay wrote:

> These are the final patch submissions for erc-sasl. Part 1 of 2. I will
> need copyright assignment.

Thanks. I don't use erc, so I can't say if this useful.
If someone who does use erc thinks it is worth installing, I can send
you the copyright form.

>      (message "Logging in without password"))
> +  (when (and (featurep 'erc-sasl) (erc-sasl-use-sasl-p))
> +    (erc-server-send "CAP REQ :sasl"))
>    (erc-server-send (format "NICK %s" (erc-current-nick)))

So someone has to load erc-sasl to use this. I think it would be better
if there was just a boolean variable they had to set, and it was in
erc.el, and loading erc-sasl happened automatically when needed (eg
erc-sasl-use-sasl-p was autoloaded).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]