forked from slidge/matteridge
A feature-rich Mattermost to XMPP gateway
https://slidge.im/docs/matteridge/main/
- Python 92.3%
- Dockerfile 5.9%
- JavaScript 1.8%
matteridge
A feature-rich Mattermost to XMPP puppeteering gateway, based on slidge and mattermost-api-reference-client.
CI pipeline status Chat PyPI package version
matteridge lets you chat with users of Mattermost without leaving your favorite XMPP client.
Quickstart
docker run codeberg.org/slidge/matteridge \ # works with podman too
--jid mattermost.example.org \ # can be whatever you want it to be
--secret some-secret \ # must match your XMPP server config
--home-dir /somewhere/writeable # for data persistence
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 matteridge. See CONTRIBUTING.md.