-
Notifications
You must be signed in to change notification settings - Fork 3
Description
At the moment we use the draft/
prefix for spec proposals that are seeking IRCv3 standardisation.
This has the benefit of not cluttering the CAP/tag namespaces with proposals that end up being rejected or modified to the point of incompatibility.
However, it also means that implementations need to keep supporting these draft/
prefixed specs for an indefinite period of time. The longer a spec takes to be finalised, the worse this gets.
It's worth considering how this issue played out on the web platform, with the deprecation of the "X-" prefix for non-standard HTTP headers:
https://datatracker.ietf.org/doc/html/rfc6648
I think it might be time to deprecate draft/
for published (i.e. merged) work in progress specs. We can continue to use them for initial proposals, test implementations, and vendors should continue to use their own prefixes for private use specifications.
Any thoughts?
Refs:
- https://ircv3.net/specs/extensions/capability-negotiation#draft-capabilities
- https://ircv3.net/specs/extensions/message-tags#drafts
- [meta] Contributing document and process ircv3-specifications#215
- [meta] Capability names we develop with SHOULD NOT be the same as the final names ircv3-specifications#221