From 1d882f1aee489a076025902030125db861c8730e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 28 Mar 2025 09:53:45 -0700 Subject: [PATCH] matrix clients: update well-known endpoints for new element call Per EMS support, updating these to allow clients to use the new element call setup. See: https://matrix.org/blog/2025/03/21/this-week-in-matrix-2025-03-21/#dept-of-voip-call-me-hand and https://ems-docs.element.io/books/element-cloud-documentation/page/ems-server-with-custom-domain Signed-off-by: Kevin Fenzi --- .../fedora.im/files/.well-known-matrix-client-fedora-im | 8 +++++++- .../files/.well-known-matrix-client-fedoraproject-org | 9 ++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/roles/fedora-web/fedora.im/files/.well-known-matrix-client-fedora-im b/roles/fedora-web/fedora.im/files/.well-known-matrix-client-fedora-im index 23e6ed90c7..bb675a301f 100644 --- a/roles/fedora-web/fedora.im/files/.well-known-matrix-client-fedora-im +++ b/roles/fedora-web/fedora.im/files/.well-known-matrix-client-fedora-im @@ -4,5 +4,11 @@ }, "m.identity_server": { "base_url": "https://vector.im" - } + }, + "org.matrix.msc4143.rtc_foci": [ + { + "type": "livekit", + "livekit_service_url": "https://jwt.call.element.io" + } + ] } diff --git a/roles/fedora-web/main/files/.well-known-matrix-client-fedoraproject-org b/roles/fedora-web/main/files/.well-known-matrix-client-fedoraproject-org index fbdf11a935..2d19bbb8f2 100644 --- a/roles/fedora-web/main/files/.well-known-matrix-client-fedoraproject-org +++ b/roles/fedora-web/main/files/.well-known-matrix-client-fedoraproject-org @@ -5,7 +5,10 @@ "m.identity_server": { "base_url": "https://vector.im" }, - "org.matrix.msc3575.proxy": { - "url": "https://fedoraproject.ems.host" - } + "org.matrix.msc4143.rtc_foci": [ + { + "type": "livekit", + "livekit_service_url": "https://jwt.call.element.io" + } + ] }