# HG changeset patch # User Kim Alvefur # Date 1733608472 -3600 # Node ID 9ab0d1c75c26b0226b3172f54cc99dd75eb81396 # Parent 8b6696bd9e403392f1de5ecc64d5a1c51581e30a mod_unified_push: Normalize Markdown Piped trough pandoc diff -r 8b6696bd9e40 -r 9ab0d1c75c26 mod_unified_push/README.md --- a/mod_unified_push/README.md Sat Dec 07 22:57:02 2024 +0100 +++ b/mod_unified_push/README.md Sat Dec 07 22:54:32 2024 +0100 @@ -1,7 +1,7 @@ --- labels: - Stage-Alpha -summary: "Unified Push provider" +summary: Unified Push provider --- This module implements a [Unified Push](https://unifiedpush.org/) Provider @@ -85,7 +85,7 @@ Just add just add `"unified_push"` to your `modules_enabled` option. This is the easiest and **recommended** configuration. -``` {.lua} +``` lua modules_enabled = { --- "unified_push"; @@ -105,7 +105,7 @@ on the 'example.com' host, which avoids needing to create/update DNS records and HTTPS certificates if example.com is already set up. -``` {.lua} +``` lua Component "notify.example.com" "unified_push" unified_push_secret = "" http_host = "example.com" @@ -113,8 +113,7 @@ ## Compatibility -Prosody-Version Status ---------------- -------------------- -trunk Works as of 07.12.22 -0.12 Works ---------------- -------------------- + Prosody-Version Status + ----------------- ---------------------- + trunk Works as of 07.12.22 + 0.12 Works