A feature-rich Matrix to XMPP gateway
https://slidge.im/docs/matridge/main/
- Python 95.9%
- Dockerfile 3.3%
- JavaScript 0.8%
|
Some checks failed
on_set_affiliation implements forwarding invites, ban, removing someone from a room, and setting them as owner/admin. Also implement on_kick, since it's part of the same task as implementing banning. Implements: #58 Implements: #60 |
||
|---|---|---|
| .woodpecker | ||
| assets | ||
| docs | ||
| matridge | ||
| tests | ||
| .copier-answers.yml | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| commitlint.config.js | ||
| CONTRIBUTING.md | ||
| doap.xml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
matridge
A feature-rich Matrix to XMPP puppeteering gateway, based on slidge and nio.
matridge lets you chat with users of Matrix without leaving your favorite XMPP client.
Quickstart
docker run -v /somewhere/writeable:/var/lib/slidge \ # for data persistence
--network=host \ # easiest setup to reach your XMPP server
codeberg.org/slidge/matridge:latest \
--jid matrix.example.org \ # can be whatever you want it to be
--secret some-secret # must match your XMPP server config
Use the :latest tag for the latest release, :vX.X.X for release X.X.X, and :main
for the bleeding edge.
If you do not like containers, other installation methods are detailed in the docs.
Documentation
Hosted on codeberg pages.
Contributing
Contributions are very welcome, and we tried our best to make it easy to start hacking on matridge. See CONTRIBUTING.md.