comparison mod_pubsub_feeds/README.markdown @ 3050:9fb944fad619

mod_pubsub_feeds/README: Give option summary its own heading
author Kim Alvefur <zash@zash.se>
date Sun, 27 May 2018 17:44:39 +0200
parents 268f55bd3c81
children 99e42058a29d
comparison
equal deleted inserted replaced
3049:268f55bd3c81 3050:9fb944fad619
34 This example creates two nodes, 'planet\_jabber' and 'prosody\_blog' 34 This example creates two nodes, 'planet\_jabber' and 'prosody\_blog'
35 that clients can subscribe to using 35 that clients can subscribe to using
36 [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in 36 [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in
37 [ATOM 1.0 format](http://atomenabled.org/) for easy consumption. 37 [ATOM 1.0 format](http://atomenabled.org/) for easy consumption.
38 38
39 # Option summary
40
39 Option Description 41 Option Description
40 ---------------------- ------------------------------------------------------------------------- 42 ---------------------- -------------------------------------------------------------------------
41 feeds A list of virtual nodes to create and their associated Atom or RSS URL. 43 feeds A list of virtual nodes to create and their associated Atom or RSS URL.
42 feed\_pull\_interval Number of minutes between polling for new results (default 15) 44 feed\_pull\_interval Number of minutes between polling for new results (default 15)
43 use\_pubsubhubub If PubSubHubbub should be enabled, true by default. 45 use\_pubsubhubub If PubSubHubbub should be enabled, true by default.