summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-08-15 23:15:22 +0200
committerWim <wim@42.be>2016-08-20 18:08:57 +0200
commit9cb3413d9c79730fc3b61bfdef6b2c9a2003a383 (patch)
treeacf61c7e0ba2908e8956dfba4392d19a75727b93 /matterbridge.conf.sample
parent131826e1d138a98066813faa284da377bb99ecbe (diff)
downloadmatterbridge-msglm-9cb3413d9c79730fc3b61bfdef6b2c9a2003a383.tar.gz
matterbridge-msglm-9cb3413d9c79730fc3b61bfdef6b2c9a2003a383.tar.bz2
matterbridge-msglm-9cb3413d9c79730fc3b61bfdef6b2c9a2003a383.zip
Add Enable per section (protocol) instead of in general section
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample17
1 files changed, 11 insertions, 6 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
index f8f07f70..43d69a57 100644
--- a/matterbridge.conf.sample
+++ b/matterbridge.conf.sample
@@ -3,6 +3,9 @@
#IRC section
###################################################################
[IRC]
+#Enable enables this bridge
+#OPTIONAL (default false)
+Enable=true
#irc server to connect to.
#REQUIRED
Server="irc.freenode.net:6667"
@@ -45,6 +48,10 @@ IgnoreNicks="ircspammer1 ircspammer2"
#XMPP section
###################################################################
[XMPP]
+#Enable enables this bridge
+#OPTIONAL (default false)
+Enable=true
+
#xmpp server to connect to.
#REQUIRED
Server="jabber.example.com:5222"
@@ -71,6 +78,10 @@ Nick="xmppbot"
###################################################################
[mattermost]
+#Enable enables this bridge
+#OPTIONAL (default false)
+Enable=true
+
#### Settings for webhook matterbridge.
#### These settings will not be used when using -plus switch which doesn't use
#### webhooks.
@@ -174,9 +185,3 @@ GiphyApiKey="dc6zaTOxFJmzC"
#Enabling plus means you'll use the API version instead of the webhooks one
Plus=false
-
-#Choose protocols to bridge. You need to specify at least two
-#REQUIRED
-Irc=true
-Xmpp=false
-Mattermost=true