From c97dd54766e35966368ee5b2a96ccbde3fe4f0dc Mon Sep 17 00:00:00 2001 From: Niklas Wojtkowiak Date: Mon, 23 Feb 2026 03:22:24 -0500 Subject: [PATCH] chore(changelog): add news fragment for #1442 --- changelog.d/1442.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1442.feature diff --git a/changelog.d/1442.feature b/changelog.d/1442.feature new file mode 100644 index 00000000..e2b65d00 --- /dev/null +++ b/changelog.d/1442.feature @@ -0,0 +1 @@ +Implement MSC4143 MatrixRTC transport discovery endpoints (`GET /_matrix/client/v1/rtc/transports` and the unstable prefix equivalent). Move RTC foci configuration from `[global.well_known]` to a new `[global.matrix_rtc]` section with a `foci` field. Contributed by @0xnim