Software /
code /
prosody-modules
Annotate
mod_measure_message_length/README.markdown @ 4780:4abb33a15897
mod_muc_offline_delivery: Fix logic bug causing traceback when no reserved_nick (thanks Hund)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 19 Nov 2021 17:00:38 +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. |