diff --git a/conduit-example.toml b/conduit-example.toml index 0549030e..fee31020 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -38,8 +38,12 @@ max_request_size = 20_000_000 # in bytes # Enables registration. If set to false, no users can register on this server. allow_registration = true +# Enables federation. If set to false, this server will not federate with others (rooms from other server will not be available). allow_federation = true +# Enables presence. If set to false, the presence of users (whether they are online, idle or offline) will not be shown or processed. +allow_presence = true + # Enable the display name lightning bolt on registration. enable_lightning_bolt = true