Software /
code /
prosody-modules
Comparison
mod_cloud_notify_extensions/README.markdown @ 5059:5f1120c284c5
mod_cloud_notify_extensions: Add note about dependency
Noting here because people might not click through to see it on the
mod_cloud_notify_encrypted page.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 24 Sep 2022 09:26:26 +0100 |
parent | 4708:25fd5e268f90 |
child | 5543:fed5995180c5 |
comparison
equal
deleted
inserted
replaced
5058:39c2824c2880 | 5059:5f1120c284c5 |
---|---|
19 | 19 |
20 - mod_cloud_notify_encrypted | 20 - mod_cloud_notify_encrypted |
21 - mod_cloud_notify_priority_tag | 21 - mod_cloud_notify_priority_tag |
22 - mod_cloud_notify_filters | 22 - mod_cloud_notify_filters |
23 | 23 |
24 See the individual module pages for more details. | 24 See the individual module pages for more details. In particular, |
25 mod_cloud_notify_encrypted depends on | |
26 [luaossl](http://25thandclement.com/~william/projects/luaossl.html), which | |
27 must be installed. It is available in Debian via apt as | |
28 [`lua-luaossl`](https://tracker.debian.org/pkg/lua-luaossl) or via | |
29 `luarocks install luaossl`. | |
25 | 30 |
26 Note: On MUC services you should also load mod_muc_offline_delivery directly | 31 Note: On MUC services you should also load mod_muc_offline_delivery directly |
27 under the MUC component in your config file, that is not handled by this | 32 under the MUC component in your config file, that is not handled by this |
28 module. | 33 module. |
29 | 34 |
35 | 40 |
36 Compatibility | 41 Compatibility |
37 ============= | 42 ============= |
38 | 43 |
39 ----- ------- | 44 ----- ------- |
45 0.12 Works | |
46 ----- ------- | |
40 0.11 Should work | 47 0.11 Should work |
41 ----- ------- | 48 ----- ------- |
42 trunk Works | 49 trunk Works |
43 ----- ------- | 50 ----- ------- |