comparison mod_pubsub_feeds.wiki @ 454:528721aaea46

a bunch of pages: strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:42:02 +0200
parents ce55e811637b
children
comparison
equal deleted inserted replaced
453:85a5df9cc05f 454:528721aaea46
11 This module must be loaded on a Prosody pubsub component. Add it to `modules_enabled` and configure like so: 11 This module must be loaded on a Prosody pubsub component. Add it to `modules_enabled` and configure like so:
12 12
13 {{{ 13 {{{
14 Component "pubsub.example.com" "pubsub" 14 Component "pubsub.example.com" "pubsub"
15 modules_enabled = { "pubsub_feeds" } 15 modules_enabled = { "pubsub_feeds" }
16 16
17 feeds = { 17 feeds = {
18 planet_jabber = "http://planet.jabber.org/atom.xml"; 18 planet_jabber = "http://planet.jabber.org/atom.xml";
19 prosody_blog = "http://blog.prosody.im/feed/atom.xml"; 19 prosody_blog = "http://blog.prosody.im/feed/atom.xml";
20 } 20 }
21 }}} 21 }}}