mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 09:38:38 +01:00
844 B
844 B
| layout | title | categories | author | maturity |
|---|---|---|---|---|
| project | matrix-appservice-gitter-twisted | projects as | Remi Rampin | 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.