mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 07:51:13 +00:00
Remove modules from Dockerfile which are already part of core modules.
See https://prosody.im/doc/modules. This fixes #63.
This commit is contained in:
parent
2db07ece64
commit
ae9af5ac66
1 changed files with 0 additions and 4 deletions
|
@ -99,13 +99,9 @@ COPY *.bash /usr/local/bin/
|
|||
|
||||
RUN download-prosody-modules.bash \
|
||||
&& docker-prosody-module-install.bash \
|
||||
bookmarks `# XEP-0411: Bookmarks Conversion` \
|
||||
carbons `# message carbons (XEP-0280)` \
|
||||
cloud_notify `# XEP-0357: Push Notifications` \
|
||||
csi `# client state indication (XEP-0352)` \
|
||||
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` \
|
||||
vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)` \
|
||||
&& rm -rf "/usr/src/prosody-modules"
|
||||
|
|
Loading…
Reference in a new issue