Software / code / prosody-modules
File
mod_throttle_unsolicited/README.markdown @ 2198:eb53a830864c
mod_cloud_notify: default false for sending body and sender
| author | Chris Ballinger <chrisballinger@gmail.com> |
|---|---|
| date | Thu, 02 Jun 2016 14:07:22 -0700 |
| parent | 2082:163d55777ad5 |
| child | 2324: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 ```