Software / code / prosody-modules
Comparison
mod_pubsub_feeds/README.markdown @ 3048:4e8f73402577
mod_pubsub_feeds/README: Normalize Markdown syntax
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 27 May 2018 16:18:07 +0200 |
| parent | 1893:8064b5e346ab |
| child | 3049:268f55bd3c81 |
comparison
equal
deleted
inserted
replaced
| 3047:7c55f05327a2 | 3048:4e8f73402577 |
|---|---|
| 1 --- | 1 --- |
| 2 summary: Subscribe to Atom and RSS feeds over pubsub | 2 summary: Subscribe to Atom and RSS feeds over pubsub |
| 3 ... | 3 --- |
| 4 | 4 |
| 5 Introduction | 5 # Introduction |
| 6 ============ | |
| 7 | 6 |
| 8 This module allows Prosody to fetch Atom and RSS feeds for you, and push | 7 This module allows Prosody to fetch Atom and RSS feeds for you, and push |
| 9 new results to subscribers over XMPP. | 8 new results to subscribers over XMPP. |
| 10 | 9 |
| 11 This module also implements a | 10 This module also implements a |
| 12 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) | 11 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) |
| 13 subscriber, allowing updates be delivered without polling for supporting | 12 subscriber, allowing updates be delivered without polling for supporting |
| 14 feed publishers. | 13 feed publishers. |
| 15 | 14 |
| 16 Configuration | 15 # Configuration |
| 17 ============= | |
| 18 | 16 |
| 19 This module needs to be be loaded together with | 17 This module needs to be be loaded together with |
| 20 [mod\_pubsub][doc:modules:mod\_pubsub]. | 18 [mod\_pubsub][doc:modules:mod\_pubsub]. |
| 21 | 19 |
| 22 For example, this is how you could add it to an existing pubsub | 20 For example, this is how you could add it to an existing pubsub |
| 41 ---------------------- ------------------------------------------------------------------------- | 39 ---------------------- ------------------------------------------------------------------------- |
| 42 feeds A list of virtual nodes to create and their associated Atom or RSS URL. | 40 feeds A list of virtual nodes to create and their associated Atom or RSS URL. |
| 43 feed\_pull\_interval Number of minutes between polling for new results (default 15) | 41 feed\_pull\_interval Number of minutes between polling for new results (default 15) |
| 44 use\_pubsubhubub If PubSubHubbub should be enabled, true by default. | 42 use\_pubsubhubub If PubSubHubbub should be enabled, true by default. |
| 45 | 43 |
| 46 Compatibility | 44 # Compatibility |
| 47 ============= | |
| 48 | 45 |
| 49 ----- ------- | 46 ----- ------- |
| 50 0.9 Works | 47 0.9 Works |
| 51 ----- ------- | 48 ----- ------- |