Software /
code /
prosody-modules
Comparison
mod_muc_badge/README.markdown @ 3297:8424142d503c
mod_muc_badge/README: Remove completed TODO
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Sep 2018 18:11:46 +0200 |
parent | 3296:a1ef6a46841e |
child | 3298:a646fcb45334 |
comparison
equal
deleted
inserted
replaced
3296:a1ef6a46841e | 3297:8424142d503c |
---|---|
37 Component "conference.example.com" "muc" | 37 Component "conference.example.com" "muc" |
38 modules_enabled = { | 38 modules_enabled = { |
39 "muc_badge" | 39 "muc_badge" |
40 } | 40 } |
41 ``` | 41 ``` |
42 | |
43 # TODO | |
44 | |
45 - Maybe use the room name instead of a fixed label. Would need dynamic | |
46 resizing. |