matrix-org/dendrite

Implement knocking on rooms

オープン

#3,095 opened on 2023/06/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (658 件のフォーク)auto 404
help wantednew-endpointsspec-compliance

Repository metrics

Stars
 (5,632 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド