mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-03 02:04:09 +01:00
Clarify _bridge_alice
Co-authored-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
4751785a8c
commit
7d9304fdde
|
|
@ -25,7 +25,7 @@ Example request
|
||||||
"type": "m.login.application_service",
|
"type": "m.login.application_service",
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"type": "m.id.user",
|
"type": "m.id.user",
|
||||||
"user": "alice"
|
"user": "_bridge_alice"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
@ -78,4 +78,4 @@ This can safely be ignored or used, but is an extra token hanging around.
|
||||||
## Unstable prefix
|
## Unstable prefix
|
||||||
|
|
||||||
Implementations should use `uk.half-shot.msc2778.login.application_service` for `type` given in the
|
Implementations should use `uk.half-shot.msc2778.login.application_service` for `type` given in the
|
||||||
`POST /login` until this lands in a released version of the specification.
|
`POST /login` until this lands in a released version of the specification.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue