From b45425938ccf34f4ce6fe0e24fd28935f35fd8c0 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 17 Aug 2016 16:48:10 +0100 Subject: [PATCH] Add gitter bridges --- .../2016-02-10-matrix-appservice-gitter.md | 12 ++++++++++++ .../2016-07-29-matrix-appservice-rocketchat.md | 12 ++++++++++++ ...016-08-10-matrix-appservice-gitter-twisted.md | 16 ++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 supporting-docs/projects/2016-02-10-matrix-appservice-gitter.md create mode 100644 supporting-docs/projects/2016-07-29-matrix-appservice-rocketchat.md create mode 100644 supporting-docs/projects/2016-08-10-matrix-appservice-gitter-twisted.md diff --git a/supporting-docs/projects/2016-02-10-matrix-appservice-gitter.md b/supporting-docs/projects/2016-02-10-matrix-appservice-gitter.md new file mode 100644 index 00000000..9081f619 --- /dev/null +++ b/supporting-docs/projects/2016-02-10-matrix-appservice-gitter.md @@ -0,0 +1,12 @@ +--- +layout: project +title: matrix-appservice-gitter +categories: projects as +author: LeoNerd +maturity: Early beta +--- + +# {{ page.title }} +This project bridges [Gitter](https://gitter.im) to Matrix, via the AS API on the Matrix side, and a Gitter user on the Gitter side. + +Get it from [github](https://github.com/matrix-org/matrix-appservice-gitter). diff --git a/supporting-docs/projects/2016-07-29-matrix-appservice-rocketchat.md b/supporting-docs/projects/2016-07-29-matrix-appservice-rocketchat.md new file mode 100644 index 00000000..fb827692 --- /dev/null +++ b/supporting-docs/projects/2016-07-29-matrix-appservice-rocketchat.md @@ -0,0 +1,12 @@ +--- +layout: project +title: matrix-appservice-rocketchat +categories: projects as +author: oddvar +maturity: Early beta +--- + +# {{ page.title }} +This project bridges [Rocket Chat](https://rocket.chat) to Matrix. This uses Rocket Chat's webhooks directly (there is also a Hubot-solution - see the [Rocket Chat federation](http://matrix.org/docs/projects/as/rocket-chat-federation.html) project). + +Get it from [github](https://github.com/matrix-org/matrix-appservice-rocketchat). diff --git a/supporting-docs/projects/2016-08-10-matrix-appservice-gitter-twisted.md b/supporting-docs/projects/2016-08-10-matrix-appservice-gitter-twisted.md new file mode 100644 index 00000000..7293a642 --- /dev/null +++ b/supporting-docs/projects/2016-08-10-matrix-appservice-gitter-twisted.md @@ -0,0 +1,16 @@ +--- +layout: project +title: matrix-appservice-gitter-twisted +categories: projects as +author: Remi Rampin +maturity: Early beta +--- + +# {{ page.title }} +This is a Python 2 application using Twisted that bridges the Matrix chat network with the Gitter system. + +This is supposed to be deployed as a Matrix application service alongside a homeserver. It allows users to log in to their personal Gitter accounts and chat in Gitter rooms via their Matrix client. + +Contrary to other bridges, this doesn't link a public Matrix room with a Gitter one. You won't be able to join a Gitter room without a Gitter account. On the other hand, Gitter users won't see the difference between a Matrix user and a normal Gitter user, since they will appear to be chatting natively. + +Get it from [github](https://github.com/remram44/matrix-appservice-gitter-twisted).