This module implements support for a Encrypted Push Notifications, a custom extension to XEP-0357: Push Notifications.
It is planned that this will evolve to a XEP in the near future.
Add to modules_enabled
, there are no configuration
options.
When used with Prosody 0.12.x, it has an extra dependency on luaossl
which is available in Debian as lua-luaossl
or via luarocks install luaossl
.
Prosody 13.0.x and trunk does not require this.
Prosody Version | Status |
---|---|
13.0.x | Works |
0.12.x | Works (with luaossl , see
above) |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_cloud_notify_encrypted
For earlier versions see the documentation for installing 3rd party modules