hghs
hghs copied to clipboard
Room join rules event
- Event Name:
m.room.join_rules
- Constant name:
MatrixType.M_ROOM_JOIN_RULES
This is used in the MatrixCrudRepository
.
The state event DTO is RoomJoinRulesStateEventDTO
.
Note! Our core uses MatrixType.M_ROOM_MEMBERSHIP
in allow
property as m.room.membership
while the Matrix 1.2 spec has m.room_membership
. This may be a typo in our code, or an obsoleted use of word. Fix to use the correct format.
See also
- https://spec.matrix.org/v1.2/client-server-api/#mroomjoin_rules
- https://spec.matrix.org/v1.2/client-server-api/#creation
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3createroom
- https://spec.matrix.org/v1.2/client-server-api/#room-membership
- https://spec.matrix.org/v1.2/client-server-api/#restricted-rooms
- https://spec.matrix.org/v1.2/client-server-api/#server-behaviour-16
- https://spec.matrix.org/v1.2/client-server-api/#spaces
- https://spec.matrix.org/v1.2/client-server-api/#stripped-state