chore: update pyproject.toml/poetry.lock
feat: leave room from XMPP clients
docs: specify how to update bleeding edge installs
Home | Docs | Issues | Patches | Chat
A feature-rich Matrix to XMPP puppeteering gateway, based on slidge and nio.
Refer to the slidge admin documentation for general info on how to set up an XMPP server component.
From dockerhub
docker run docker.io/nicocool84/matridge
With pipx:
# for the latest stable release (if any)
pipx install matridge
# for the bleeding edge
pipx install matridge==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo'
# to update bleeding edge installs
pipx install matridge==0.0.0.dev0 \
--pip-args='--extra-index-url https://slidge.im/repo' --force
matridge --help
git clone https://git.sr.ht/~nicoco/matridge
cd matridge
docker-compose up