From c420fc49a0905709be2e14ed2b7eafa1b3832331 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 14 Feb 2022 18:22:59 +0000 Subject: [PATCH] Fix m.login.appservice -> m.login.application_service (#3711) * Fix m.login.appservice -> m.login.application_service Implementations seem to agree with the proposal, so I'd suggest we fix the typo in the spec. I don't *think* this needs a MSC as the original proposal was fine, and this was just a copy error. * Create 3711.clarification * Update 3711.clarification * Update changelogs/3711.clarification Co-authored-by: Travis Ralston Co-authored-by: Travis Ralston --- changelogs/3711.clarification | 1 + content/client-server-api/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/3711.clarification diff --git a/changelogs/3711.clarification b/changelogs/3711.clarification new file mode 100644 index 00000000..c3f8d853 --- /dev/null +++ b/changelogs/3711.clarification @@ -0,0 +1 @@ +Fix incorrectly referenced `m.login.appservice` login identifier, instead using `m.login.application_service`. diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 4056373e..679358a0 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1087,7 +1087,7 @@ To use this login type, clients should submit a `/login` request as follows: ```json { - "type": "m.login.appservice", + "type": "m.login.application_service", "identifier": { "type": "m.id.user", "user": ""