M_EXCLUSIVE

pull/3239/head
Will Hunt 3 years ago
parent 03491c5cfd
commit bf9cc0a562

@ -47,11 +47,12 @@ If:
- The access token is not provided
- The access token does not correspond to a appservice
- The access token does not correspond to a appservice that manages this user
- Or the user has not previously been registered
Then the servers should reject with HTTP 403, with an `errcode` of `"M_FORBIDDEN"`.
If the access token does not correspond to a appservice that manages this user, then the `errcode` should be `"M_EXCLUSIVE"`.
Homeservers should ignore the `access_token` parameter if a type other than
`m.login.application_service` has been provided.

Loading…
Cancel
Save