matrix-org/dendrite

Implement knocking on rooms

开放

#3,095 创建于 2023年6月1日

 (0 条评论) (0 个反应) (0 位负责人)Go (658 个派生)auto 404
help wantednew-endpointsspec-compliance

仓库指标

星标
 (5,632 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南