diff options
author | Wim <wim@42.be> | 2016-07-21 23:47:44 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-07-21 23:47:44 +0200 |
commit | 79ffb76f6e87fde36bee3e4bd43d7d5145ba3c67 (patch) | |
tree | bc5f5c332b82fbea4fa5c7f6f5ca1e3658054ebb /bridge/config.go | |
parent | 5fe4b749cfb56ca5f499abaaba76e0292e1d04fa (diff) | |
download | matterbridge-msglm-79ffb76f6e87fde36bee3e4bd43d7d5145ba3c67.tar.gz matterbridge-msglm-79ffb76f6e87fde36bee3e4bd43d7d5145ba3c67.tar.bz2 matterbridge-msglm-79ffb76f6e87fde36bee3e4bd43d7d5145ba3c67.zip |
Add (PLAIN) SASL support
Diffstat (limited to 'bridge/config.go')
-rw-r--r-- | bridge/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config.go b/bridge/config.go index 1daa04d8..3750a1a0 100644 --- a/bridge/config.go +++ b/bridge/config.go @@ -9,6 +9,7 @@ import ( type Config struct { IRC struct { UseTLS bool + UseSASL bool SkipTLSVerify bool Server string Nick string |