|
@@ -7,7 +7,9 @@ homeserver:
|
|
|
# Whether or not to verify the SSL certificate of the homeserver.
|
|
|
# Only applies if address starts with https://
|
|
|
verify_ssl: true
|
|
|
- asmux: false
|
|
|
+ # What software is the homeserver running?
|
|
|
+ # Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here.
|
|
|
+ software: standard
|
|
|
# Number of retries for all HTTP requests if the homeserver isn't reachable.
|
|
|
http_retry_count: 4
|
|
|
# The URL to push real-time bridge status to.
|
|
@@ -174,6 +176,8 @@ bridge:
|
|
|
# Default to encryption, force-enable encryption in all portals the bridge creates
|
|
|
# This will cause the bridge bot to be in private chats for the encryption to work properly.
|
|
|
default: false
|
|
|
+ # Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
|
|
|
+ appservice: false
|
|
|
# Require encryption, drop any unencrypted messages.
|
|
|
require: false
|
|
|
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
|