mod_limits_exception/README.markdown
author Guus der Kinderen <guus.der.kinderen@gmail.com>
Thu, 14 Mar 2024 09:55:46 +0100
changeset 5873 faf1f1c833e8
parent 4566 28c16c93d79a
permissions -rw-r--r--
mod_pubsub_serverinfo: update reference to XEP.

---
summary: Allow specified JIDs to bypass rate limits
...

This module allows you to configure a list of JIDs that should be allowed to
bypass rate limit restrictions.

It is designed for Prosody 0.11.x. Prosody 0.12.x supports this feature
natively.

## Configuration

First, enable this module by adding `"limits_exception"` to your
`modules_enabled` list.

Next, configure a list of JIDs to exclude from rate limiting:

```
unlimited_jids = { "user1@example.com", "user2@example.net" }
```

## Compatibility

Made for Prosody 0.11.x only.

Using this module with Prosody trunk/0.12 may cause unexpected behaviour.