summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-26 00:40:21 +0100
committerWim <wim@42.be>2016-11-26 00:40:21 +0100
commite4ec27c5e24b46d289af00f6848ba2c65966eae2 (patch)
treed3929c7fd453a1899f5cad3809530bff946da1e5 /matterbridge.toml.sample
parent20c04f7977a359bd31c172bb79a92ab59efef070 (diff)
downloadmatterbridge-msglm-e4ec27c5e24b46d289af00f6848ba2c65966eae2.tar.gz
matterbridge-msglm-e4ec27c5e24b46d289af00f6848ba2c65966eae2.tar.bz2
matterbridge-msglm-e4ec27c5e24b46d289af00f6848ba2c65966eae2.zip
Add sample documentation for hipchat support via xmpp
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample45
1 files changed, 45 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 8aa53737..a8b18623 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -109,6 +109,50 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
+
+###################################################################
+#hipchat section
+###################################################################
+#Go to https://www.hipchat.com/account/xmpp this will show you the necessary data
+#to fill in the section below
+[xmpp.hipchat]
+#xmpp server to connect to.
+#REQUIRED
+Server="chat.hipchat.com:5222"
+
+#Jabber ID
+#REQUIRED
+Jid="12345_12345@chat.hipchat.com"
+
+#Password (your hipchat password)
+#REQUIRED
+Password="yourpass"
+
+#Conference (MUC) domain
+#REQUIRED
+Muc="conf.hipchat.com"
+
+#Room nickname
+#REQUIRED
+Nick="yourlogin"
+
+#Nicks you want to ignore.
+#Messages from those users will not be sent to other bridges.
+#OPTIONAL
+IgnoreNicks="spammer1 spammer2"
+
+#RemoteNickFormat defines how remote users appear on this bridge
+#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
+#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
+#The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge
+#OPTIONAL (default empty)
+RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> "
+
+#Enable to show users joins/parts from other bridges (only from irc-bridge at the moment)
+#OPTIONAL (default false)
+ShowJoinPart=false
+
+
###################################################################
#mattermost section
###################################################################
@@ -425,6 +469,7 @@ enable=true
# - ID:123456789 (where 123456789 is the channel ID)
# (https://github.com/42wim/matterbridge/issues/57)
#telegram - chatid (a large negative number, eg -123456789)
+ #hipchat - id_channel (see https://www.hipchat.com/account/xmpp for the correct channel)
#REQUIRED
channel="#testing"