# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1634290244 -7200
# Node ID 25fd5e268f90053649da76484d7131db35b09c8e
# Parent  27f7ed9f50cd4faa2aa7a4ae1b6e90b5659c2197
mod_cloud_notify_extensions: Add depends metadata for plugin installer

Allowing a single `prosodyctl install mod_cloud_notify_extensions` to
Just Work and get it all installed.

diff -r 27f7ed9f50cd -r 25fd5e268f90 mod_cloud_notify_extensions/README.markdown
--- a/mod_cloud_notify_extensions/README.markdown	Tue Oct 12 13:57:24 2021 +0200
+++ b/mod_cloud_notify_extensions/README.markdown	Fri Oct 15 11:30:44 2021 +0200
@@ -2,6 +2,11 @@
 summary: "Tigase custom push extensions for iOS"
 labels:
 - 'Stage-Beta'
+rockspec:
+  dependencies:
+	- mod_cloud_notify_encrypted
+	- mod_cloud_notify_priority_tag
+	- mod_cloud_notify_filters
 ...
 
 Introduction