Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Implement knocking on rooms #3095

Open
S7evinK opened this issue Jun 1, 2023 · 0 comments
Open

Implement knocking on rooms #3095

S7evinK opened this issue Jun 1, 2023 · 0 comments
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

Comments

@S7evinK
Copy link
Contributor

S7evinK commented Jun 1, 2023

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} spec

further reading

Server-Server API:
GET /_matrix/federation/v1/make_knock/{roomId}/{userId} spec
PUT /_matrix/federation/v1/send_knock/{roomId}/{eventId} spec

further reading

@S7evinK S7evinK added 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 help wanted More difficult than good-first-issue but not impossible! labels Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

1 participant