Implementation of server_acls

... as described at
https://docs.google.com/document/d/1EttUVzjc2DWe2ciw4XPtNpUpIl9lWXGEsy2ewDS7rtw.
This commit is contained in:
Richard van der Hoff 2018-07-04 15:31:00 +01:00
parent 546bc9e28b
commit 3cf3e08a97
5 changed files with 213 additions and 4 deletions

View file

@ -76,6 +76,8 @@ class EventTypes(object):
Topic = "m.room.topic"
Name = "m.room.name"
ServerACL = "m.room.server_acl"
class RejectedReason(object):
AUTH_ERROR = "auth_error"