diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 6ae6a137..300f1dd6 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -962,6 +962,12 @@ The keys contained in ``m.room.power_levels`` determine the levels required for certain operations such as kicking, banning and sending state events. See `m.room.power_levels`_ for more information. +Clients may wish to assign names to particular power levels. A suggested mapping is as follows: +- 0 User +- 50 Moderator +- 100 Admin + + Joining rooms ~~~~~~~~~~~~~ Users need to be a member of a room in order to send and receive events in that