From 2c31a0ea9dc081084d885bda00c01429ee197836 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Sat, 12 Feb 2022 10:21:02 +0000 Subject: [PATCH] add `unstable_features` --- proposals/3723-federation-versions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/3723-federation-versions.md b/proposals/3723-federation-versions.md index 9303d82e6..36b7a962c 100644 --- a/proposals/3723-federation-versions.md +++ b/proposals/3723-federation-versions.md @@ -21,6 +21,9 @@ This proposal aims to add a similar API to the federation side; Which returns a JSON object, which will contain at least one key, `versions`, with an array of supported matrix versions, in the same format as `/client/versions`. +This JSON object can also include a `unstable_features` object, with a mapping of feature names to +booleans, in a manner similar to `/client/versions`. + ## Rationale Today, there exists no server-server versioning, this has historically not been a problem, as