summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-08-20 17:52:42 +0200
committerWim <wim@42.be>2016-08-20 18:08:59 +0200
commiteb20cb237dc2194b5e3f5e6cd79ba9e9fc46a8f8 (patch)
tree8c48e59f795ce6887281ee3e7f1ad27e29480f9a /matterbridge.conf.sample
parent106404d32f3df781d52000924501492700ab6075 (diff)
downloadmatterbridge-msglm-eb20cb237dc2194b5e3f5e6cd79ba9e9fc46a8f8.tar.gz
matterbridge-msglm-eb20cb237dc2194b5e3f5e6cd79ba9e9fc46a8f8.tar.bz2
matterbridge-msglm-eb20cb237dc2194b5e3f5e6cd79ba9e9fc46a8f8.zip
Update documentation
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
index 43d69a57..597b851c 100644
--- a/matterbridge.conf.sample
+++ b/matterbridge.conf.sample
@@ -16,7 +16,7 @@ UseTLS=false
#Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts)
#It uses NickServNick and NickServPassword as login and password
-#OPTIONAL (deefault false)
+#OPTIONAL (default false)
UseSASL=false
#Enable to not verify the certificate on your irc server. i
@@ -119,7 +119,7 @@ Team="yourteam"
Login="yourlogin"
Password="yourpass"
-#Disable to make a http connection to your mattermost.
+#Enable this to make a http connection (instead of https) to your mattermost.
#OPTIONAL (default false)
NoTLS=false
@@ -170,10 +170,13 @@ IgnoreNicks="mmbot spammer2"
IRC="#off-topic"
#Choose the mattermost channel to send IRC messages to.
mattermost="off-topic"
+#Choose the mattermost channel to send IRC messages to.
+xmpp="off-topic"
[Channel "testchannel"]
IRC="#testing"
mattermost="testing"
+xmpp="testing"
###################################################################
#general