Mercurial > prosody-modules
annotate mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua @ 5356:959dc350f2ad
mod_http_oauth2: Declare https as required of URIs in schema
If util.jsonschema happens to gain support for 'pattern' (regular
expression validation) then this would be picked up. Until then,
declarative annotations are nice.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Apr 2023 14:06:41 +0200 |
parents | ace4f251a64b |
children |
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"); |