add XEP-0411 + add TOC + Test your server

This commit is contained in:
Sara Aimée Smiseth 2020-05-30 17:16:48 +02:00
parent c1275e4bc5
commit 956af6a580
2 changed files with 23 additions and 2 deletions

View file

@ -68,6 +68,7 @@ COPY conf.d/*.cfg.lua /usr/local/etc/prosody/conf.d/
COPY docker-prosody-module-* /usr/local/bin/
RUN docker-prosody-module-install \
blocking `# blocking command (XEP-0191)` \
bookmarks `# XEP-0411: Bookmarks Conversion` \
carbons `# message carbons (XEP-0280)` \
csi `# client state indication (XEP-0352)` \
e2e_policy `# require end-2-end encryption` \