@@ -92,22 +92,22 @@ caveat that servers must ensure that, for `m.room.member` events with a `members
9292 include the MXID of a local user who could issue an invite in the content with
9393 the key ` join_authorised_via_users_server ` . The actual user chosen is arbitrary.
9494
95- This implies that:
95+ The changes to the auth rules imply that:
9696
97- * A join event issued via ` /send_join ` is signed by not just the requesting
98- server, but also the resident server.<sup id =" a3 " >[ 3] ( #f3 ) </sup >
97+ * A join event issued via ` /send_join ` is signed by not just the requesting
98+ server, but also the resident server.<sup id =" a3 " >[ 3] ( #f3 ) </sup >
9999
100- In order for the joining server to receive the proper signatures the join
101- event will be returned via ` /send_join ` in the ` event ` field.
102- * The auth chain of the join event needs to include events which prove
103- the homeserver can be issuing the join. This can be done by including:
100+ In order for the joining server to receive the proper signatures the join
101+ event will be returned via ` /send_join ` in the ` event ` field.
102+ * The auth chain of the join event needs to include events which prove
103+ the homeserver can be issuing the join. This can be done by including:
104104
105- * The ` m.room.power_levels ` event.
106- * The join event of the user specified in ` join_authorised_via_users_server ` .
105+ * The ` m.room.power_levels ` event.
106+ * The join event of the user specified in ` join_authorised_via_users_server ` .
107107
108- It should be confirmed that the authorising user is in the room. (This
109- prevents situations where any homeserver could process the join, even if
110- they weren't in the room, under certain power level conditions.)
108+ It should be confirmed that the authorising user is in the room. (This
109+ prevents situations where any homeserver could process the join, even if
110+ they weren't in the room, under certain power level conditions.)
111111
112112The above creates a new restriction on the relationship between the resident
113113servers used for ` /make_join ` and ` /send_join ` -- they must now both go to
0 commit comments