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
matrixbot opened this issue Nov 1, 2024 · 0 comments
Open

Implement knocking on rooms #3095

matrixbot opened this issue Nov 1, 2024 · 0 comments
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

Comments

@matrixbot
Copy link
Collaborator

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

@matrixbot matrixbot added 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 labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant