You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/3083-restricted-rooms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ an error response with HTTP status code of 403 and an `errcode` of `M_FORBIDDEN`
66
66
It is possible for a resident homeserver (one which receives a `/make_join` /
67
67
`/send_join` request) to not know if the user is in some of the allowed rooms (due
68
68
to not participating in them). If the user is not in any of the allowed rooms that
69
-
are known to the homeserver it should return an error response with HTTP status code
70
-
of 400 with an `errcode` of `M_UNABLE_TO_AUTHORISE_JOIN`. The joining server should
69
+
are known to the homeserver, and the homeserver is not participating in all listed
70
+
rooms, then it should return an error response with HTTP status code of 400 with an `errcode` of `M_UNABLE_TO_AUTHORISE_JOIN`. The joining server should
71
71
attempt to join via another resident homeserver. If the resident homeserver knows
72
72
that the user is not in *any* of the allowed rooms it should return an error response
73
73
with HTTP status code of 403 and an `errcode` of `M_FORBIDDEN`. Note that it is a
0 commit comments