matrix-org/dendrite

Implement knocking on rooms

Ouverte

#3 095 ouverte le 1 juin 2023

 (0 commentaire) (0 réaction) (0 personne assignée)Go (658 forks)auto 404
help wantednew-endpointsspec-compliance

Métriques du dépôt

Stars
 (5 632 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur