Implement knocking on rooms #3095
Labels
help wanted
Extra attention is needed
new-endpoints
Issue is about implementing endpoints that aren't supported by Dendrite yet
spec-compliance
Fix something that doesn't comply with the specs
This issue was originally created by @S7evinK at matrix-org/dendrite#3095.
Version 1.1 of the spec introduced knocking on rooms (MSC2403). We currently don't implement the following endpoints:
Client API:
POST /_matrix/client/v3/knock/{roomIdOrAlias}
specfurther reading
Server-Server API:
GET /_matrix/federation/v1/make_knock/{roomId}/{userId}
specPUT /_matrix/federation/v1/send_knock/{roomId}/{eventId}
specfurther reading
The text was updated successfully, but these errors were encountered: