diff options
author | George <57254463+zhoreeq@users.noreply.github.com> | 2020-11-13 17:59:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 23:59:05 +0100 |
commit | 765e00c949344b958d4681c91db8502d150f0353 (patch) | |
tree | cccc15af9d6a3190d611c3d913c494a3835f0632 /matterbridge.toml.sample | |
parent | 662359908b84d3a38010773ac70ca05478508fd5 (diff) | |
download | matterbridge-msglm-765e00c949344b958d4681c91db8502d150f0353.tar.gz matterbridge-msglm-765e00c949344b958d4681c91db8502d150f0353.tar.bz2 matterbridge-msglm-765e00c949344b958d4681c91db8502d150f0353.zip |
Add NoTLS option to allow plaintext XMPP connections (#1288)
Co-authored-by: George <zhoreeq@users.noreply.github.com>
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 92e0e7c2..6b38580f 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -227,6 +227,10 @@ Nick="xmppbot" #OPTIONAL (default false) SkipTLSVerify=true +#Enable to use plaintext connection to your XMPP server. +#OPTIONAL (default false) +NoTLS=true + ## RELOADABLE SETTINGS ## Settings below can be reloaded by editing the file |