summaryrefslogtreecommitdiffstats
path: root/bridge/config/config.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-09-04 20:03:07 +0200
committerWim <wim@42.be>2016-09-04 20:04:43 +0200
commit12389d602eecf4adab0e394da19b2b808cb489b1 (patch)
tree80d6d8c00ed31fdcd60540d7c65afa6e7d2d83d6 /bridge/config/config.go
parent44144587a0314b7e2c719d279116ac86b657657e (diff)
downloadmatterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.tar.gz
matterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.tar.bz2
matterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.zip
Add Gitter support
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r--bridge/config/config.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 03836b63..cd353fcb 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -28,6 +28,14 @@ type Config struct {
IgnoreNicks string
Enable bool
}
+ Gitter struct {
+ Enable bool
+ IgnoreNicks string
+ Nick string
+ RemoteNickFormat string
+ Token string
+ }
+
Mattermost struct {
URL string
ShowJoinPart bool
@@ -48,6 +56,7 @@ type Config struct {
Enable bool
}
Xmpp struct {
+ IgnoreNicks string
Jid string
Password string
Server string
@@ -60,6 +69,7 @@ type Config struct {
IRC string
Mattermost string
Xmpp string
+ Gitter string
}
General struct {
GiphyAPIKey string