Refactor module install scripts to remove duplicate code. Fixes #6.

This commit is contained in:
Sara Aimée Smiseth 2020-06-27 19:47:57 +02:00
parent 9e24592826
commit 476dbd06b8
3 changed files with 7 additions and 47 deletions

View file

@ -77,9 +77,7 @@ RUN docker-prosody-module-install.bash \
e2e_policy `# require end-2-end encryption` \
filter_chatstates `# disable "X is typing" type messages` \
smacks `# stream management (XEP-0198)` \
throttle_presence `# presence throttling in CSI`
RUN docker-prosody-module-copy.bash \
throttle_presence `# presence throttling in CSI` \
http_upload `# file sharing (XEP-0363)` \
vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)`