Diff

mod_cloud_notify_encrypted/README.md @ 6220:c83bfcc6ac0a

mod_cloud_notify_encrypted: Use new 'util.crypto' on Prosody 13.0 This removes the dependency on lua-luaossl when running on Prosody 13.0 (or trunk) which has util.crypto Compatibility with Prosody 0.12 retained but also the dependency
author Kim Alvefur <zash@zash.se>
date Mon, 31 Mar 2025 13:24:44 +0200
parent 6201:274fb65904a7
line wrap: on
line diff
--- a/mod_cloud_notify_encrypted/README.md	Tue Mar 25 20:54:09 2025 -0500
+++ b/mod_cloud_notify_encrypted/README.md	Mon Mar 31 13:24:44 2025 +0200
@@ -15,15 +15,19 @@
 Details
 =======
 
-Add to modules_enabled, there are no configuration options.
+Add to `modules_enabled`, there are no configuration options.
 
-Depends on
+When used with Prosody 0.12.x, it has an extra dependency on
 [luaossl](http://25thandclement.com/~william/projects/luaossl.html)
 which is available in Debian as
 [`lua-luaossl`](https://tracker.debian.org/pkg/lua-luaossl) or via
 `luarocks install luaossl`.
 
-Compatibility
-=============
+Prosody 13.0.x and trunk does not require this.
+
+# Compatibility
 
-Not tested, but hopefully works on 0.11.x and later.
+  Prosody Version   Status
+  ----------------- -----------------------------------
+  13.0.x            Works
+  0.12.x            Works (with `luaossl`, see above)