mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua
author Matthew Wild <mwild1@gmail.com>
Sun, 28 Aug 2022 11:12:52 +0100
changeset 5023 c83ce822f105
parent 4709 ace4f251a64b
permissions -rw-r--r--
mod_sasl2: Fix <challenge> generation - We are just adding child text data, so the correct method is :text() - The data should be base64-encoded, but it was being sent raw

module:depends("cloud_notify_encrypted");
module:depends("cloud_notify_priority_tag");
module:depends("cloud_notify_filters");