diff options
author | Wim <wim@42.be> | 2017-02-18 23:10:22 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-02-18 23:13:46 +0100 |
commit | 73f01ad8d813505c6309fe568d0abc597cff8790 (patch) | |
tree | 426bc1779c1abcf2afe56e2dc2a2f43d70aae278 /README.md | |
parent | 930b639cc9cd2d2873302f30303378c0e53816a8 (diff) | |
download | matterbridge-msglm-73f01ad8d813505c6309fe568d0abc597cff8790.tar.gz matterbridge-msglm-73f01ad8d813505c6309fe568d0abc597cff8790.tar.bz2 matterbridge-msglm-73f01ad8d813505c6309fe568d0abc597cff8790.zip |
Add REST API support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,13 +1,14 @@ # matterbridge ![matterbridge.gif](https://s15.postimg.org/qpjhp6y3f/matterbridge.gif) -Simple bridge between mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat and Hipchat(via xmpp). +Simple bridge between mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat and Hipchat(via xmpp) with REST API. * Relays public channel messages between multiple mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat and Hipchat (via xmpp). Pick and mix. * Supports multiple channels. * Matterbridge can also work with private groups on your mattermost. * Allow for bridging the same bridges, which means you can eg bridge between multiple mattermosts. * The bridge is now a gateway which has support multiple in and out bridges. (and supports multiple gateways). +* REST API to read/post messages to bridges (WIP) Look at [matterbridge.toml.sample] (https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample) for documentation and an example. Look at [matterbridge.toml.simple] (https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.simple) for a simple example. |