Metadata-Version: 2.4
Name: matteridge
Version: 0.3.2
Summary: A Mattermost/XMPP gateway
Author-email: Nicolas Cedilnik <nicoco@nicoco.fr>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://codeberg.org/slidge/matteridge
Project-URL: Issues, https://codeberg.org/slidge/matteridge/issues
Project-URL: Repository, https://codeberg.org/slidge/matteridge
Project-URL: Chat room, https://slidge.im/xmpp-web/#/guest?join=support@rooms.slidge.im
Project-URL: Documentation, https://slidge.im/docs/matteridge/main
Project-URL: changelog, https://codeberg.org/slidge/matteridge/releases
Keywords: xmpp,gateway,bridge,instant messaging,chat,mattermost
Classifier: Topic :: Internet :: XMPP
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mattermost-api-reference-client<5,>=4.2beta0
Requires-Dist: emoji<3,>=2.2.0
Requires-Dist: async-lru<3,>=2.0.4
Requires-Dist: slidge<0.4,>=0.3.4
Dynamic: license-file

# matteridge

A
[feature-rich](https://slidge.im/docs/matteridge/main/user/features.html)
[Mattermost](https://mattermost.com) to
[XMPP](https://xmpp.org/) puppeteering
[gateway](https://xmpp.org/extensions/xep-0100.html), based on
[slidge](https://slidge.im) and
[mattermost-api-reference-client](https://git.sr.ht/~nicoco/mattermost-api-reference-client).

[![CI pipeline status](https://ci.codeberg.org/api/badges/14070/status.svg)](https://ci.codeberg.org/repos/14070)
[![Chat](https://rooms.slidge.im:5281/muc_badge/support@rooms.slidge.im)](https://slidge.im/xmpp-web/#/guest?join=support@rooms.slidge.im)
[![PyPI package version](https://badge.fury.io/py/matteridge.svg)](https://pypi.org/project/matteridge/)




matteridge lets you chat with users of Mattermost without leaving your favorite XMPP client.

## Quickstart

```sh
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](https://slidge.im/docs/matteridge/main/admin/install.html).

## Documentation

Hosted on [codeberg pages](https://slidge.im/docs/matteridge/main/).

## Contributing

Contributions are **very** welcome, and we tried our best to make it easy
to start hacking on matteridge. See [CONTRIBUTING.md](./CONTRIBUTING.md).
