Slow mode WIP (#192):

* backend rejects messages when the slow mode is not respected.
This commit is contained in:
John Livingston
2024-02-13 16:45:12 +01:00
parent cf179d7f72
commit 9ed689b5f1
2 changed files with 87 additions and 0 deletions

View File

@ -7,6 +7,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.
* backend rejects messages when the slow mode is not respected.
### Minor changes and fixes