add example

matthew/msc3018
Matthew Hodgson 3 years ago committed by GitHub
parent 03dda50076
commit 23f58e94ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,4 +41,7 @@ When a Matrix client consumes a matrix URI with a `network` parameter, it
checks via the capabilities API if its current server is part of the specified
network. If it isn't, then the client should handle the matrix URI as if
onboarding the user for the first time as described in MSC2312 - i.e.
redirecting them to the `default_client` (or matrix.to, if none is specified).
redirecting them to the `default_client` (or matrix.to, if none is specified).
For instance `matrix:u/matthew:somewhere.tchap.gouv.fr?network=fr.gouv.tchap&default_hs=public.tchap.gouv.fr&default_client=https://www.tchap.gouv.fr`
would be the right shape of uri to link into Tchap.

Loading…
Cancel
Save