diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 2c9a4d37..fe767a23 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -97,6 +97,11 @@ Muc="conference.jabber.example.com" #REQUIRED Nick="xmppbot" +#Enable to not verify the certificate on your xmpp server. +#e.g. when using selfsigned certificates +#OPTIONAL (default false) +SkipTLSVerify=true + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |