mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua
author Kim Alvefur <zash@zash.se>
Sat, 02 Dec 2023 11:10:43 +0100
changeset 5759 4a353ccce220
parent 4709 ace4f251a64b
permissions -rw-r--r--
luacheckrc: Replace deprecated module:once with :on_ready So that :once is warned about properly. module:once was only added in trunk so it shouldn't have gotten very far yet.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4709
ace4f251a64b mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
module:depends("cloud_notify_encrypted");
ace4f251a64b mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     2
module:depends("cloud_notify_priority_tag");
ace4f251a64b mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     3
module:depends("cloud_notify_filters");