view mod_throttle_unsolicited/README.markdown @ 2219:5fcf9d558250

Three new modules: mod_host_status_check, mod_host_status_heartbeat and mod_http_host_status_check
author Matthew Wild <mwild1@gmail.com>
date Tue, 28 Jun 2016 22:33:13 +0100
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
```