Software /
code /
prosody-modules
Comparison
mod_muc_badge/README.markdown @ 3143:1f0d269a7cf0
mod_muc_badge/README: More words
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Jun 2018 18:14:32 +0200 |
parent | 3142:feefc29a1ef4 |
child | 3144:be4ba474e55d |
comparison
equal
deleted
inserted
replaced
3142:feefc29a1ef4 | 3143:1f0d269a7cf0 |
---|---|
7 title: 'mod\_muc\_badge' | 7 title: 'mod\_muc\_badge' |
8 --- | 8 --- |
9 | 9 |
10 # Introduction | 10 # Introduction |
11 | 11 |
12 This module generates a badge at a HTTP URL like | 12 This module generates a badge for MUC rooms at a HTTP URL like |
13 `https://example.com:5281/muc_badge/roo@conference.example.org` | 13 `https://example.com:5281/muc_badge/roo@conference.example.org` |
14 containing the number of occupants. | 14 containing the number of occupants. |
15 | 15 |
16 Inspiration | 16 Inspiration |
17 : <https://opkode.com/blog/xmpp-chat-badge/> | 17 : <https://opkode.com/blog/xmpp-chat-badge/> |