Skip to content

Commit 9dd0854

Browse files
committed
Add a link to CS API
1 parent b4269a5 commit 9dd0854

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

proposals/2312-matrix-uri.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ This MSC does not introduce new Matrix entities, nor API endpoints -
4949
it merely defines a mapping between URIs with the scheme name `matrix:`
5050
and Matrix identifiers, as well as operations on them. The MSC should be
5151
sufficient to produce an implementation that would convert Matrix URIs to
52-
a series of CS API calls, entirely on the client side. It is recognised,
53-
however, that most of the URI processing logic can and should (eventually)
54-
be on the server side in order to facilitate adoption of Matrix URIs;
55-
further MSCs are needed to define details for that, as well as to extend
56-
the mapping to more resources (including those without equivalent
57-
Matrix identifiers, such as room state or user profile data).
52+
a series of [CS API](https://matrix.org/docs/spec/client_server/latest) calls,
53+
entirely on the client side. It is recognised, however, that most of
54+
the URI processing logic can and should (eventually) be on the server side
55+
in order to facilitate adoption of Matrix URIs; further MSCs are needed
56+
to define details for that, as well as to extend the mapping to more resources
57+
(including those without equivalent Matrix identifiers, such as room state or
58+
user profile data).
5859

5960
The Matrix identifier (or identifiers) can be reconstructed from
6061
`{id without sigil}` by prepending a sigil character corresponding to `{type}`.

0 commit comments

Comments
 (0)