# HG changeset patch # User Menel # Date 1733645952 -3600 # Node ID 63141583100740595c8065259096eb0a7cfee864 # Parent b3ba305cf89cdbce22ea88fdfec8b442d5b99f32 mod_unified_push: update testing time and Chapter size diff -r b3ba305cf89c -r 631415831007 mod_unified_push/README.md --- a/mod_unified_push/README.md Sat Dec 07 22:59:35 2024 +0100 +++ b/mod_unified_push/README.md Sun Dec 08 09:19:12 2024 +0100 @@ -78,18 +78,18 @@ servers). For more information on configuring HTTP services in Prosody, see [Prosody HTTP documentation](https://prosody.im/doc/http). -### Example configuration +## Example configuration -#### Normal method +### Recommemded: load on Virtualhost(s) Just add just add `"unified_push"` to your `modules_enabled` option. This is the easiest and **recommended** configuration. ``` lua modules_enabled = { - --- + -- ... "unified_push"; - --- + -- ... } ``` @@ -115,5 +115,5 @@ Prosody-Version Status ----------------- ---------------------- - trunk Works as of 07.12.22 + trunk Works as of 24-12-08 0.12 Works