From a6f5d015867eff953e8f6690c78d7ce1c9a0a729 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 17 Jan 2019 14:39:06 -0700 Subject: [PATCH] Clarify that servers don't have to implement development/beta versions --- specification/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/index.rst b/specification/index.rst index 2f17ec29..ff51f7c0 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -468,11 +468,12 @@ Currently, this is split into 5 categories: * **Development**: This is the default state for all room versions. When in this state, a room version is documented but not recommended for use outside of a - development environment. These versions are not production-ready. + development environment. These versions are not production-ready and servers + are not required to implement these versions. * **Beta**: Versions in this state are not intended for wide-spread usage but should be stable enough if a room requires the feature(s) introduced within. Rooms will need to opt-in to these versions and should not be promoted to - upgrade. + upgrade. Servers additionally do not have to implement these versions. * **Default**: Exactly 1 room version will be in this category. The version under this category should be used when creating rooms (unless another version is requested by the user). Servers may wish to promote rooms to opt-in to this