mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-03 20:51:14 +00:00
Refactor module install scripts to remove duplicate code. Fixes #6.
This commit is contained in:
parent
9e24592826
commit
476dbd06b8
3 changed files with 7 additions and 47 deletions
|
@ -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)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue