Software /
code /
prosody-modules
Changeset
6083: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 | 6082:b3ba305cf89c |
children | 6084:3441cdf73d80 |
files | mod_unified_push/README.md |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
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