comparison mod_rtbl/README.md @ 6301:77b5dd33a8f3

mod_rtbl: New generic API module for subscribing to RTBLs via XEP-0060
author Matthew Wild <mwild1@gmail.com>
date Wed, 30 Jul 2025 14:13:44 +0100
parents
children e7926245c88d
comparison
equal deleted inserted replaced
6300:8689f49d21ef 6301:77b5dd33a8f3
1 ---
2 summary:
3 rockspec:
4 dependencies:
5 - mod_pubsub_subscription
6 labels:
7 - Stage-Alpha
8 ...
9
10 This module allows other modules to subscribe to real-time blocklists using
11 pubsub (XEP-0060). As entries are added and removed from the blocklist, it
12 notifies other modules so they can perform appropriate actions.
13
14 # Configuring
15
16 This module does not do anything on its own. It **should not** be
17 added directly to your configuration file.
18
19 Instead, you might want to look at modules which use mod\_rtbl, such as:
20
21 - mod\_anti\_spam
22 - mod\_muc\_rtbl
23
24 # Compatibility
25
26 Should work with Prosody >= 0.12.x