Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 958 Bytes

Prosody Docker

Docker image for Prosody XMPP server.

Getting started

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.

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 are installed. Also the mod_token_affiliation module is installed.

License

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