Software /
code /
prosody-modules
Comparison
mod_muc_badge/README.markdown @ 3145:a3afab416271
mod_muc_badge/README: Add a possible future thing to do
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Jun 2018 18:16:01 +0200 |
parent | 3144:be4ba474e55d |
child | 3295:4a77c9c2a1cd |
comparison
equal
deleted
inserted
replaced
3144:be4ba474e55d | 3145:a3afab416271 |
---|---|
28 replaced by `badge_label`, similarly, `{count}` is substituted by | 28 replaced by `badge_label`, similarly, `{count}` is substituted by |
29 `badge_count` with `%d` changed to the number of occupants. | 29 `badge_count` with `%d` changed to the number of occupants. |
30 | 30 |
31 Details of the HTTP URL is determined by [standard Prosody HTTP server | 31 Details of the HTTP URL is determined by [standard Prosody HTTP server |
32 configuration][doc:http]. | 32 configuration][doc:http]. |
33 | |
34 # TODO | |
35 | |
36 - Maybe use the room name instead of a fixed label. Would need dynamic | |
37 resizing. |