Mercurial > prosody-modules
comparison mod_pubsub_feeds/README.markdown @ 1893:8064b5e346ab
mod_pubsub_feeds/README: Update wording to be clearer
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 03 Oct 2015 16:53:45 +0200 |
parents | 981143617dcf |
children | 4e8f73402577 |
comparison
equal
deleted
inserted
replaced
1892:981143617dcf | 1893:8064b5e346ab |
---|---|
14 feed publishers. | 14 feed publishers. |
15 | 15 |
16 Configuration | 16 Configuration |
17 ============= | 17 ============= |
18 | 18 |
19 This module must be loaded on a Prosody pubsub component. Add it to | 19 This module needs to be be loaded together with |
20 `modules_enabled` and configure like so: | 20 [mod\_pubsub][doc:modules:mod\_pubsub]. |
21 | |
22 For example, this is how you could add it to an existing pubsub | |
23 component: | |
21 | 24 |
22 ``` lua | 25 ``` lua |
23 Component "pubsub.example.com" "pubsub" | 26 Component "pubsub.example.com" "pubsub" |
24 modules_enabled = { "pubsub_feeds" } | 27 modules_enabled = { "pubsub_feeds" } |
25 | 28 |