Skip Menu |

This queue is for tickets about the Net-Async-IRC CPAN distribution.

Report information
The Basics
Id: 105671
Status: new
Priority: 0/
Queue: Net-Async-IRC

People
Owner: Nobody in particular
Requestors: kiyoshi.aman [...] gmail.com
Cc:
AdminCc:

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



Subject: IRCv3.2 CAP support
IRCv3.2 adds a version parameter to the 'CAP LS' command (currently 302). Supplying this version number implies support for cap-notify, which in turn adds two new server-to-client CAP subcommands: * NEW announces newly-available CAPabilities. * DEL announces existing CAPabilities which have become unavailable and which the client should presume are now disabled. Documentation for both IRCv3.2 CAP and cap-notify may be found at the following: * IRCv3.2 CAP: http://ircv3.net/specs/core/capability-negotiation-3.2.html * cap-notify: http://ircv3.net/specs/extensions/cap-notify-3.2.html