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

@ -77,6 +77,9 @@ RUN docker-prosody-module-install \
smacks `# stream management (XEP-0198)` \
throttle_presence `# presence throttling in CSI`
RUN docker-prosody-module-copy \
vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)`
USER prosody
ENTRYPOINT ["/entrypoint.sh"]