feat(api): implement MSC4143 RTC transports discovery endpoint #1442

Merged
nex merged 5 commits from 0xnim/continuwuity:feat/msc4143-rtc-transports-endpoint into main 2026-02-24 01:00:58 +00:00

5 commits

Author SHA1 Message Date
763d9b3de8
fixup! fix(api): restore backwards compatibility for RTC foci config
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 57s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m56s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 33m28s
Documentation / Build and Deploy Documentation (push) Successful in 1m45s
Checks / Prek / Pre-commit & Formatting (push) Successful in 5m26s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 27m5s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 23m45s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 1m56s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 1h0m0s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 18m1s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 20m10s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 21s
2026-02-23 18:10:25 -05:00
1e6d95583c chore(deps): update ruwuma revision
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 25s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m32s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been cancelled
2026-02-23 23:01:15 +00:00
8a254a33cc fix(api): restore backwards compatibility for RTC foci config 2026-02-23 23:01:15 +00:00
c97dd54766 chore(changelog): add news fragment for #1442 2026-02-23 23:01:15 +00:00
8ddb7c70c0 feat(api): implement MSC4143 RTC transports discovery endpoint
Add dedicated \`GET /_matrix/client/v1/rtc/transports\` and \`GET /_matrix/client/unstable/org.matrix.msc4143/rtc/transports\` endpoints for MatrixRTC focus discovery (MSC4143), replacing the deprecated well-known approach.

Move RTC foci configuration from \`[global.well_known]\` into a new \`[global.matrix_rtc]\` config section with a \`foci\` field. Remove \`rtc_foci\` from the \`.well-known/matrix/client\` response. Update LiveKit setup documentation accordingly.

Closes #1431
2026-02-23 23:01:15 +00:00