This repository has been archived on 2025-08-17. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-bridge-xmpp/sidecar
2025-07-31 12:16:36 +02:00
..
docker-compose.yml chore: sidecar folder with xmpp compose for testing 2025-07-31 12:16:36 +02:00
README.md chore: sidecar folder with xmpp compose for testing 2025-07-31 12:16:36 +02:00

Development XMPP Server

This folder contains a docker-compose.yml file for development purposes. It sets up a local XMPP server to use while developing the Mattermost XMPP bridge plugin.

Usage

To start the development XMPP server:

docker-compose up -d

To stop the server:

docker-compose down