# HG changeset patch # User Kim Alvefur # Date 1529770374 -7200 # Node ID feefc29a1ef4858b2d21fa8417f67c8461264017 # Parent 774845606d73278778ab6022535d14f4b6818e80 mod_muc_badge/README: Fix prematurely committed text diff -r 774845606d73 -r feefc29a1ef4 mod_muc_badge/README.markdown --- a/mod_muc_badge/README.markdown Sat Jun 23 18:08:34 2018 +0200 +++ b/mod_muc_badge/README.markdown Sat Jun 23 18:12:54 2018 +0200 @@ -9,8 +9,12 @@ # Introduction -This module generates a badge, similar the one - +This module generates a badge at a HTTP URL like +`https://example.com:5281/muc_badge/roo@conference.example.org` +containing the number of occupants. + +Inspiration +: # Configuration @@ -23,3 +27,6 @@ The template must be valid XML. If it contains `{label}` then this is replaced by `badge_label`, similarly, `{count}` is substituted by `badge_count` with `%d` changed to the number of occupants. + +Details of the HTTP URL is determined by [standard Prosody HTTP server +configuration][doc:http].