summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-07-14 00:23:50 +0200
committerWim <wim@42.be>2016-08-14 22:40:26 +0200
commit1f72ca4c4ecb5ab3ef831b8e70c74909f5720fb8 (patch)
tree3240335d69700fe216c1a966a8cbb09703f2f08c /matterbridge.conf.sample
parent46faad8b57c7c02e2ec158fe7462f751ba63c3be (diff)
downloadmatterbridge-msglm-1f72ca4c4ecb5ab3ef831b8e70c74909f5720fb8.tar.gz
matterbridge-msglm-1f72ca4c4ecb5ab3ef831b8e70c74909f5720fb8.tar.bz2
matterbridge-msglm-1f72ca4c4ecb5ab3ef831b8e70c74909f5720fb8.zip
Add initial XMPP support
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample30
1 files changed, 30 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
index 55746539..a8afc48c 100644
--- a/matterbridge.conf.sample
+++ b/matterbridge.conf.sample
@@ -42,6 +42,31 @@ RemoteNickFormat="{NICK}: "
IgnoreNicks="ircspammer1 ircspammer2"
###################################################################
+#XMPP section
+###################################################################
+[XMPP]
+#xmpp server to connect to.
+#REQUIRED
+Server="jabber.example.com:5222"
+
+#Jid
+#REQUIRED
+Jid="user@example.com"
+
+#Password
+#REQUIRED
+Password="yourpass"
+
+#MUC
+#REQUIRED
+Muc="conference.jabber.example.com"
+
+#Your nick in the rooms
+#REQUIRED
+Nick="xmppbot"
+
+
+###################################################################
#mattermost section
###################################################################
@@ -146,3 +171,8 @@ mattermost="testing"
#request your API key on https://github.com/giphy/GiphyAPI. This is a public beta key.
#OPTIONAL
GiphyApiKey="dc6zaTOxFJmzC"
+
+#Choose only one protocol to bridge, do not set both to true!
+#REQUIRED
+Irc=true
+Xmpp=false