matrix-org/dendrite

Implement knocking on rooms

Aperta

#3095 aperta il 1 giu 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Go (658 fork)auto 404
help wantednew-endpointsspec-compliance

Metriche repository

Star
 (5632 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor