Add support for Jitsi discovery for Riot via /.well-known/matrix/client

This will not work yet, as no version of Riot currently supports it.
It's expected to land in riot-web v1.5.16 via matrix-org/matrix-react-sdk#4348.
This commit is contained in:
Slavi Pantaleev
2020-04-09 09:58:35 +03:00
parent c1a66d3422
commit 7035af87d8
3 changed files with 12 additions and 0 deletions

View File

@ -18,4 +18,9 @@
]
}
{% endif %}
{% if matrix_riot_jitsi_preferredDomain %},
"im.vector.riot.jitsi": {
"preferredDomain": {{ matrix_riot_jitsi_preferredDomain|to_json }}
}
{% endif %}
}