From 765e00c949344b958d4681c91db8502d150f0353 Mon Sep 17 00:00:00 2001 From: George <57254463+zhoreeq@users.noreply.github.com> Date: Fri, 13 Nov 2020 17:59:05 -0500 Subject: Add NoTLS option to allow plaintext XMPP connections (#1288) Co-authored-by: George --- matterbridge.toml.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'matterbridge.toml.sample') 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 -- cgit v1.2.3