Software /
code /
prosody-modules
Comparison
mod_muc_badge/README.markdown @ 3295:4a77c9c2a1cd
mod_muc_badge/README: Correct the example URL to account for default 'http_host'
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Sep 2018 18:09:30 +0200 |
parent | 3145:a3afab416271 |
child | 3296:a1ef6a46841e |
comparison
equal
deleted
inserted
replaced
3294:947790ec4406 | 3295:4a77c9c2a1cd |
---|---|
8 --- | 8 --- |
9 | 9 |
10 # Introduction | 10 # Introduction |
11 | 11 |
12 This module generates a badge for MUC rooms 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/room@conference.example.org` | 13 `https://conference.example.com:5281/muc_badge/room@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/> |
18 | 18 |