This is a meta-module that simply enables all the modules required to support Siskin or Snikket iOS on a Prosody server.
These are currently:
See the individual module pages for more details. In particular,
mod_cloud_notify_encrypted depends on luaossl,
which must be installed. It is available in Debian via apt as lua-luaossl
or via luarocks install luaossl
.
Note: On MUC services you should also load mod_muc_offline_delivery directly under the MUC component in your config file, that is not handled by this module.
There is no configuration for this module, just add it to modules_enabled as normal.
0.12 | Works |
0.11 | Should work |
trunk | Works |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_cloud_notify_extensions
For earlier versions see the documentation for installing 3rd party modules