Implement knocking on rooms #3095
Labels
help wanted
More difficult than good-first-issue but not impossible!
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
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: