Mercurial > prosody-modules
view mod_throttle_unsolicited/README.markdown @ 2183:13a8bbf256dd
mod_storage_xmlarchive: Pass a default namespace to xmppstream so result items default to xmlns = nil (fixes non-mam use, like mod_mam_muc sending history)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 27 May 2016 18:25:17 +0200 |
parents | 163d55777ad5 |
children | 1424aa8877f0 |
line wrap: on
line source
--- depends: - 'mod\_track\_muc\_joins' summary: Limit rate of outgoing unsolicited messages ... Introduction ============ This module limits the rate of outgoing unsolicited messages. A message counts as "unsolicited" if the receiving user hasn't added the sending user to their roster. The module depends on [mod\_track\_muc\_joins] in order to allow sent messages to joined MUC rooms. Configuration ============= ``` {.lua} unsolicited_messages_per_minute = 10 ```