Mercurial > prosody-modules
comparison mod_muc_markers/README.markdown @ 4337:83f89ffe427b
mod_muc_markers: Add config setting to turn off sending of markers on MUC join
author | JC Brand <jc@opkode.com> |
---|---|
date | Fri, 15 Jan 2021 14:07:01 +0100 |
parents | 95882b487ed2 |
children | 0227fb4d1b40 |
comparison
equal
deleted
inserted
replaced
4336:6872e55cfb92 | 4337:83f89ffe427b |
---|---|
24 } | 24 } |
25 ``` | 25 ``` |
26 | 26 |
27 ## Settings | 27 ## Settings |
28 | 28 |
29 | Name | Description | Default | | 29 | Name | Description | Default | |
30 |-----------------|--------------------------------------------------------------|------------| | 30 |----------------------------|--------------------------------------------------------------------------------------|-------------| |
31 | muc_marker_type | The type of marker to track (displayed/received/acknowledged)| "displayed"| | 31 | muc_marker_summary_on_join | Whether a summary of all the latest markers should be sent to someone entering a MUC | "displayed" | |
32 | muc_marker_type | The type of marker to track (displayed/received/acknowledged) | "displayed" | | |
33 | |
32 | 34 |
33 # Developers | 35 # Developers |
34 | 36 |
35 ## Example usage | 37 ## Example usage |
36 | 38 |