Mercurial > prosody-modules
diff mod_unified_push/README.md @ 6055:631415831007
mod_unified_push: update testing time and Chapter size
| author | Menel <menel@snikket.de> |
|---|---|
| date | Sun, 08 Dec 2024 09:19:12 +0100 |
| parents | 9ab0d1c75c26 |
| children | 3441cdf73d80 |
line wrap: on
line diff
--- 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
