Mercurial > prosody-modules
comparison mod_muc_badge/README.markdown @ 3298:a646fcb45334
mod_muc_badge/README: Remove obsolete option
This was replaced by using the actual room name
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Sep 2018 18:41:09 +0200 |
parents | 8424142d503c |
children |
comparison
equal
deleted
inserted
replaced
3297:8424142d503c | 3298:a646fcb45334 |
---|---|
18 | 18 |
19 # Configuration | 19 # Configuration |
20 | 20 |
21 Option Type Default | 21 Option Type Default |
22 ------------------ -------- -------------------------- | 22 ------------------ -------- -------------------------- |
23 `badge_label` string `"Chatroom"` | |
24 `badge_count` string `"%d online"` | 23 `badge_count` string `"%d online"` |
25 `badge_template` string A SVG image (see source) | 24 `badge_template` string A SVG image (see source) |
26 | 25 |
27 The template must be valid XML. If it contains `{label}` then this is | 26 The template must be valid XML. If it contains `{label}` then this is |
28 replaced by `badge_label`, similarly, `{count}` is substituted by | 27 replaced by `badge_label`, similarly, `{count}` is substituted by |