Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 97e66393d65dbed9af6014ec005a15f7b4b792ec Merge: 050d95a 9f890ed Author: Wim <wim@42.be> Date: Fri Feb 15 18:20:32 2019 +0000 Refactor and update RocketChat bridge (#707) * Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api diff --cc go.mod index ce7c3cc,1320b25..f509a28 --- a/go.mod +++ b/go.mod @@@ -23,9 -25,10 +25,10 @@@ require   github.com/lrstanley/girc v0.0.0-20190102153329-c1e59a02f488   github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect   github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect + github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20190210153444-cc9d05784d5d   github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91   github.com/matterbridge/gomatrix v0.0.0-20190102230110-6f9631ca6dea  - github.com/matterbridge/gozulipbot v0.0.0-20180507190239-b6bb12d33544  + github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18   github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61   github.com/mattermost/mattermost-server v5.5.0+incompatible   github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect