Docker image for Prosody XMPP server.
To build this image run the following command:
$ docker build -r 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.
This work is released under the MIT License (see LICENSE).