@ -466,7 +468,8 @@ A full example for an existing device using ephemeral public key `2IZoarIZe3gOMA
encoded), at rendezvous session ID `e8da6355-550b-4a32-a193-1619d9830668` on homeserver`matrix.org` is as follows: (Whitespace is for readability only)
@ -1681,50 +1685,61 @@ Recommendations to mitigate this are:
## Unstable prefix
n.b. the [2024 version](https://github.com/matrix-org/matrix-spec-proposals/blob/87f8317a902cd7bc5c2d2d225f71021b3a509e2d/proposals/4108-oidc-qr-login.md#unstable-prefix)
of this proposal used a different set of unstable prefixes.
### Rendezvous API prefix
While this feature is in development the new API endpoints should be exposed using the following unstable prefix:
- `/_matrix/client/unstable/org.matrix.msc4108/rendezvous` instead of `/_matrix/client/v1/rendezvous`
- `/_matrix/client/unstable/io.element.msc4108/rendezvous` instead of `/_matrix/client/v1/rendezvous`
Additionally, the feature is to be advertised as unstable feature in the GET /_matrix/client/versions response, with the
key org.matrix.msc4108 set to true. So, the response could look then as following:
Additionally, the feature is to be advertised as unstable feature in the `GET /_matrix/client/versions` response, with the
key `io.element.msc4108` set to true. So, the response could look then as following:
```json
{
"versions": ["..."],
"unstable_features": {
"org.matrix.msc4108": true
"io.element.msc4108": true
}
}
```
### Unstable QR code format
It would be helpful to make it clear that the QR code format is unstable, but need some guidance on what would be the
best way to do this. See notes above about QR format/versioning.
### M_CONCURRENT_WRITE errcode
The unstable value of `IO_ELEMENT_MSC4108` should be used instead of `MATRIX` in the QR code.
Furthermore, where a new `errcode` is being introduced the existing `M_UNKNOWN` code should be used instead, with the new
code placed in a `org.matrix.msc4108.errcode` field instead. For example, instead of:
A full example for an existing device using ephemeral public key `2IZoarIZe3gOMAqdSiFHSAcA15KfOasxueUUNwJI7Ws` (base64
encoded), at rendezvous session ID `e8da6355-550b-4a32-a193-1619d9830668` on homeserver `matrix.org` is as follows: (Whitespace is for readability only)