Software / code / prosody-modules
Annotate
mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua @ 5998:fd1927e51791
mod_push2: fix broken log statement
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Tue, 08 Oct 2024 10:24:39 -0500 |
| parent | 4705:ace4f251a64b |
| rev | line source |
|---|---|
|
4705
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"); |