Skip to content
Snippets Groups Projects
Commit c5a0f82c authored by Neil Johnson's avatar Neil Johnson
Browse files

define room dispositions for use in exposing room capabilities

parent 9c850d9d
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,11 @@ class RoomVersions(object): ...@@ -109,6 +109,11 @@ class RoomVersions(object):
STATE_V2_TEST = "state-v2-test" STATE_V2_TEST = "state-v2-test"
class RoomDisposition(object):
STABLE = "stable",
UNSTABLE = "unstable"
# the version we will give rooms which are created on this server # the version we will give rooms which are created on this server
DEFAULT_ROOM_VERSION = RoomVersions.V1 DEFAULT_ROOM_VERSION = RoomVersions.V1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment