add vcard_muc module

This commit is contained in:
Sara Aimée Smiseth 2020-05-31 11:24:31 +02:00
parent 41f53ad7be
commit 98e37ca13e
4 changed files with 63 additions and 2 deletions

View file

@ -102,6 +102,8 @@ There is a helper script that eases installing additional prosody modules: ```do
It downloads the current [prosody-modules](https://hg.prosody.im/prosody-modules/) repository. The specified modules are copied and its name is added to the ```modules_enabled``` variable within ```conf.d/01-modules.cfg.lua```.
There is also ```docker-prosody-module-copy``` which copies the specified modules but does not add them to the ```modules_enabled``` variable within ```conf.d/01-modules.cfg.lua```.
If you need additional configuration just overwrite the respective _cfg.lua_ file or add new ones.
### Debugging