# HG changeset patch # User Menel # Date 1733606960 -3600 # Node ID 045d557fc8c948e033fb396a961139b8285c2c42 # Parent c88d01599948aebbb15464441a57e88cc52ebc26 mod_unified_push: fix Compability sextion and improve Layout diff -r c88d01599948 -r 045d557fc8c9 mod_unified_push/README.md --- a/mod_unified_push/README.md Sat Dec 07 22:18:33 2024 +0100 +++ b/mod_unified_push/README.md Sat Dec 07 22:29:20 2024 +0100 @@ -78,9 +78,9 @@ 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 +#### Normal method Just add just add `"unified_push"` to your `modules_enabled` option. This is the easiest and **recommended** configuration. @@ -93,7 +93,7 @@ } ``` -##### Component method +#### Component method This is an example of how to configure the module as an internal component, e.g. on a subdomain or other non-user domain. @@ -113,5 +113,8 @@ ## Compatibility -| trunk | Works | -| 0.12 | Works | +Prosody-Version Status +--------------- -------------------- +trunk Works as of 07.12.22 +0.12 Works +--------------- --------------------