Slow mode WIP (#192):

* default delay is configurable in channel's chat rooms options.
This commit is contained in:
John Livingston
2024-02-13 12:49:22 +01:00
parent ee71d3f729
commit cf179d7f72
11 changed files with 91 additions and 3 deletions

View File

@ -6,6 +6,7 @@
* Slow mode (#192):
* new option in room configuration to set the slow mode delay (new prosody module mod_muc_slow_mode).
* default delay is configurable in channel's chat rooms options.
### Minor changes and fixes