mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 05:00:39 +00:00
add vcard_muc module
This commit is contained in:
parent
41f53ad7be
commit
98e37ca13e
4 changed files with 63 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue