http_upload at upload.domain.tld

This commit is contained in:
Sara Aimée Smiseth 2020-05-31 18:21:42 +02:00
parent 86da996ff3
commit 32fbf2c8db
3 changed files with 5 additions and 5 deletions

View file

@ -72,11 +72,11 @@ RUN docker-prosody-module-install \
csi `# client state indication (XEP-0352)` \
e2e_policy `# require end-2-end encryption` \
filter_chatstates `# disable "X is typing" type messages` \
http_upload `# file sharing (XEP-0363)` \
smacks `# stream management (XEP-0198)` \
throttle_presence `# presence throttling in CSI`
RUN docker-prosody-module-copy \
http_upload `# file sharing (XEP-0363)` \
vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)`
USER prosody