This commit is contained in:
Sara Aimée Smiseth 2023-09-14 18:17:28 +02:00
parent f8d0fe4f59
commit 20b97fda3d
5 changed files with 23 additions and 8 deletions

View file

@ -107,7 +107,6 @@ RUN download-prosody-modules.bash \
filter_chatstates `# disable "X is typing" type messages` \
smacks `# stream management (XEP-0198)` \
throttle_presence `# presence throttling in CSI` \
http_upload `# file sharing (XEP-0363)` \
vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)` \
&& rm -rf "/usr/src/prosody-modules"