An open API service indexing awesome lists of open source software.

https://github.com/openfun/prosody-docker

🐳 A docker image for prosody XMPP server
https://github.com/openfun/prosody-docker

Last synced: 10 months ago
JSON representation

🐳 A docker image for prosody XMPP server

Awesome Lists containing this project

README

          

# Prosody Docker

Docker image for [Prosody](https://prosody.im/) XMPP server.

## Getting started

To build this image run the following command:

```bash
$ docker build -t prosody:latest
```

Once build, you can tag it with the name you want and publish it on the docker repo you want.

## Modules installed

Some additionnal modules are installed on this image. They are available in `/usr/share/prosody/modules`.
If you change the prosody config don't forget to include them if you want to use them: `plugin_paths = { "/usr/share/prosody/modules" }`

All modules developed for [jitsi](https://meet.jit.si/) are installed. Also the [mod_token_affiliation](https://raw.githubusercontent.com/emrahcom/emrah-buster-templates/6ae86bbff1459b669b311f3ec00946921cd683c9/machines/eb-jitsi/usr/share/jitsi-meet/prosody-plugins/mod_token_affiliation.lua) module is installed.
We also have the [mod_muc_moderation](https://hg.prosody.im/prosody-modules/raw-file/5f12c75fd210/mod_muc_moderation/mod_muc_moderation.lua) module installed, in order to bring XEP-0425: Message Moderation support to prosody.

## License

This work is released under the MIT License (see [LICENSE](./LICENSE)).