Subject: | SASL authentication support |
As per RT #123808 from a Bot::BasicBot user, SASL support would be useful.
I may try to hack on this myself as and when time permits, but I'm not
sure it'll be anytime soon.
I suspect that SASL PLAIN, at least, should be fairly easy to support -
PoCo::IRC would just have to respond to the appropriate CAP response
that says the server supports SASL PLAIN by checking if it was given
credentials, and if so, sending them in the appropriate way.