Skip Menu |

This queue is for tickets about the POE-Component-IRC CPAN distribution.

Report information
The Basics
Id: 124292
Status: new
Priority: 0/
Queue: POE-Component-IRC

People
Owner: Nobody in particular
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.