Changeset

6073:045d557fc8c9

mod_unified_push: fix Compability sextion and improve Layout
author Menel <menel@snikket.de>
date Sat, 07 Dec 2024 22:29:20 +0100
parents 6072:c88d01599948
children 6074:b842f5d168bc
files mod_unified_push/README.md
diffstat 1 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
+---------------  --------------------