Software /
code /
prosody-modules
Changeset
6259:8f64e0bf52a0
mod_vcard_muc: Normalize README Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 16 May 2025 13:43:48 +0200 |
parents | 6258:86989059de5b |
children | 6260:b3489b046782 |
files | mod_vcard_muc/README.md |
diffstat | 1 files changed, 10 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_vcard_muc/README.md Wed May 14 23:32:04 2025 +0200 +++ b/mod_vcard_muc/README.md Fri May 16 13:43:48 2025 +0200 @@ -1,9 +1,9 @@ --- -summary: Support for MUC vCards and avatars labels: -- 'Stage-Deprecated' -- 'Stage-Stable' -... +- Stage-Deprecated +- Stage-Stable +summary: Support for MUC vCards and avatars +--- # Introduction @@ -11,9 +11,9 @@ # Usage -Add "vcard\_muc" to your modules\_enabled list: +Add "vcard_muc" to your modules_enabled list: -``` {.lua} +``` lua Component "conference.example.org" "muc" modules_enabled = { "vcard_muc", @@ -22,8 +22,7 @@ # Compatibility - ------------------------- ---------------------------------------- - 13 Room avatar feature included in Prosody - 0.12 Works - ------------------------- ---------------------------------------- - + ------ ----------------------------------------- + 13 Room avatar feature included in Prosody + 0.12 Works + ------ -----------------------------------------