Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
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