Software / code / prosody-modules
Comparison
mod_muc_markers/README.markdown @ 4338:0227fb4d1b40
mod_muc_markers: Fix default value in readme
| author | JC Brand <jc@opkode.com> |
|---|---|
| date | Fri, 15 Jan 2021 14:08:46 +0100 |
| parent | 4337:83f89ffe427b |
comparison
equal
deleted
inserted
replaced
| 4337:83f89ffe427b | 4338:0227fb4d1b40 |
|---|---|
| 26 | 26 |
| 27 ## Settings | 27 ## Settings |
| 28 | 28 |
| 29 | Name | Description | Default | | 29 | Name | Description | Default | |
| 30 |----------------------------|--------------------------------------------------------------------------------------|-------------| | 30 |----------------------------|--------------------------------------------------------------------------------------|-------------| |
| 31 | muc_marker_summary_on_join | Whether a summary of all the latest markers should be sent to someone entering a MUC | "displayed" | | 31 | muc_marker_summary_on_join | Whether a summary of all the latest markers should be sent to someone entering a MUC | true | |
| 32 | muc_marker_type | The type of marker to track (displayed/received/acknowledged) | "displayed" | | 32 | muc_marker_type | The type of marker to track (displayed/received/acknowledged) | "displayed" | |
| 33 | 33 |
| 34 | 34 |
| 35 # Developers | 35 # Developers |
| 36 | 36 |