@@ -49,12 +49,13 @@ This MSC does not introduce new Matrix entities, nor API endpoints -
4949it merely defines a mapping between URIs with the scheme name ` matrix: `
5050and Matrix identifiers, as well as operations on them. The MSC should be
5151sufficient 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
5960The Matrix identifier (or identifiers) can be reconstructed from
6061` {id without sigil} ` by prepending a sigil character corresponding to ` {type} ` .
0 commit comments