comparison mod_pubsub_feeds/README.markdown @ 3049:268f55bd3c81

mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does
author Kim Alvefur <zash@zash.se>
date Sun, 27 May 2018 17:43:43 +0200
parents 4e8f73402577
children 9fb944fad619
comparison
equal deleted inserted replaced
3048:4e8f73402577 3049:268f55bd3c81
23 ``` lua 23 ``` lua
24 Component "pubsub.example.com" "pubsub" 24 Component "pubsub.example.com" "pubsub"
25 modules_enabled = { "pubsub_feeds" } 25 modules_enabled = { "pubsub_feeds" }
26 26
27 feeds = { 27 feeds = {
28 -- The part before = is used as PubSub node
28 planet_jabber = "http://planet.jabber.org/atom.xml"; 29 planet_jabber = "http://planet.jabber.org/atom.xml";
29 prosody_blog = "http://blog.prosody.im/feed/atom.xml"; 30 prosody_blog = "http://blog.prosody.im/feed/atom.xml";
30 } 31 }
31 ``` 32 ```
32 33