• Python 95.9%
  • Dockerfile 3.3%
  • JavaScript 0.8%
Find a file
Hugo Osvaldo Barrera 1abe02f037
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/package Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/container Pipeline was successful
ci/woodpecker/cron/container Pipeline was canceled
Implement on_set_affiliation and on_kick
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
2026-05-31 18:33:53 +02:00
.woodpecker chore(copier): bump 2026-05-08 06:11:44 +02:00
assets fix: gateway icon visibility on dark background (#17) 2025-04-13 16:35:04 +00:00
docs chore(copier): bump 2026-05-08 06:11:44 +02:00
matridge Implement on_set_affiliation and on_kick 2026-05-31 18:33:53 +02:00
tests cfix(4d4b42b5): actually fix reactions from matrix 2025-03-02 18:10:32 +01:00
.copier-answers.yml chore(copier): bump 2026-05-08 06:11:44 +02:00
.gitignore build: switch to uv, ditch black and isort in favor of ruff 2025-01-21 08:09:21 +01:00
.pre-commit-config.yaml pre-commit: use filetype detection 2026-02-09 14:40:20 +01:00
commitlint.config.js chore(copier): update templated files 2025-04-03 23:18:40 +02:00
CONTRIBUTING.md chore(copier): bump 2026-02-24 20:36:18 +01:00
doap.xml docs(doap): update 2025-12-19 07:09:33 +01:00
docker-compose.yml chore(copier): update templated files 2025-04-03 23:18:40 +02:00
Dockerfile build(container): respect version constraints with SLIDGE_PRERELEASE=1 2026-05-11 07:22:44 +02:00
LICENSE feat: initial commit 2023-07-13 08:55:17 +02:00
pyproject.toml Update to stable slidge 2026-04-12 16:32:31 +02:00
README.md chore(copier): bump 2026-02-24 20:36:18 +01:00
uv.lock Update to stable slidge 2026-04-12 16:32:31 +02:00

matridge

A feature-rich Matrix to XMPP puppeteering gateway, based on slidge and nio.

CI pipeline status Chat PyPI package version

Packaging status

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.