xsf / xeps

Hosts the markup for all XMPP Protocol Extensions.
https://xmpp.org/extensions/
Other
125 stars 121 forks source link

xep.xsl: Show new status 'Stable' instead of 'Draft' in appendix #1196

Closed melvo closed 2 years ago

melvo commented 2 years ago

@horazont I created this PR to follow the current approach covering each case of Draft's usage in the code. But we could have cleaner code if we simply replaced the status Draft in each XEP file by Stable and used that word directly (as it was before this PR). Would that have any disadvantage?

horazont commented 2 years ago

@melvo It would also require updating existing downstream tooling, which may be somewhat out of our control.

melvo commented 2 years ago

@horazont I see. Thanks for clarification!