Software / code / prosody-modules
Annotate
mod_measure_message_length/README.markdown @ 5848:865c77b5c6dc
mod_groups_internal: Add flag to indicate when a linked MUC has been deleted
In theory this shouldn't happen, but it could (and apparently does).
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 12 Jan 2024 18:20:40 +0000 |
| parent | 2372:b1b120e654ff |
| rev | line source |
|---|---|
|
2372
b1b120e654ff
mod_measure_message_length: Collect statistics on number of bytes, words and lines in messages
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 Simple module that collects statistics on message length in bytes, word count and line count. |