From 0ec8728539e7f0501fa3effdf3b5fd06d4efd2c7 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 07:46:25 +0200 Subject: [PATCH] cloud_notify XEP-0357: Push Notifications --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b2ebe77..6693c40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ 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)`