From 8bfef19a3961e73b6250bb58472db6c45080d4f5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 3 Mar 2021 17:35:49 +0000 Subject: [PATCH] Remove further traces of old /rooms/roomId/knock CS endpoint --- proposals/2403-knock.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/proposals/2403-knock.md b/proposals/2403-knock.md index 0930fe7e..3fc65557 100644 --- a/proposals/2403-knock.md +++ b/proposals/2403-knock.md @@ -623,12 +623,7 @@ Experimental implementation should use `xyz.amorgan.knock` as a room version ide The new endpoints should contain an unstable prefix during experimental implementation. The unstable counterpart for each endpoint is: -C-S knock method 1: - -* `POST /_matrix/client/r0/rooms/{roomId}/knock` -* `POST /_matrix/client/unstable/xyz.amorgan/rooms/{roomId}/knock` - -C-S knock method 2: +C-S knock: * `POST /_matrix/client/knock/{roomIdOrAlias}` * `POST /_matrix/client/unstable/xyz.amorgan/knock/{roomIdOrAlias}` @@ -643,7 +638,7 @@ S-S send_knock: * `PUT /_matrix/federation/v1/send_knock/{roomId}/{eventId}` * `PUT /_matrix/federation/unstable/xyz.amorgan/send_knock/{roomId}/{eventId}` -And finally, an unstable prefix is added to the key that comes down `/sync`, +Finally, an unstable prefix is added to the key that comes down `/sync`, the join rule for rooms and the `content.membership` key of the member event sent into rooms when a user has knocked successfully. Instead of `knock`, experimental implementations should use `xyz.amorgan.knock`.