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 /bridge/config/config.go | |
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 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index a1bce8dc..67a7dc13 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -117,7 +117,7 @@ type Protocol struct { NicksPerRow int // mattermost, slack NoHomeServerSuffix bool // matrix NoSendJoinPart bool // all protocols - NoTLS bool // mattermost + NoTLS bool // mattermost, xmpp Password string // IRC,mattermost,XMPP,matrix PrefixMessagesWithNick bool // mattemost, slack PreserveThreading bool // slack |