From 145e1308f638439f2d39850df4dfad3d46149a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:08:32 +0200 Subject: [PATCH] move cloud_notify to correct module install list --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6693c40..4ddc614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,7 @@ COPY docker-prosody-module-* /usr/local/bin/ RUN docker-prosody-module-install \ 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` \ @@ -76,7 +77,6 @@ RUN docker-prosody-module-install \ throttle_presence `# presence throttling in CSI` RUN docker-prosody-module-copy \ - cloud_notify `# XEP-0357: Push Notifications` \ http_upload `# file sharing (XEP-0363)` \ vcard_muc `# XEP-0153: vCard-Based Avatar (MUC)`