Docker image for Prosody XMPP server.
To build this image run the following command:
$ 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.
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 are installed. Also the mod_token_affiliation module is installed. We also have the mod_muc_moderation module installed, in order to bring XEP-0425: Message Moderation support to prosody.
This work is released under the MIT License (see LICENSE).