Software /
code /
prosody-modules
Comparison
mod_pubsub_feeds/README.markdown @ 5676:62c6e17a5e9d
Merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:24:19 -0500 |
parent | 5570:f93b1fc1aa31 |
comparison
equal
deleted
inserted
replaced
5675:eade7ff9f52c | 5676:62c6e17a5e9d |
---|---|
33 This example creates two nodes, 'planet\_jabber' and 'prosody\_blog' | 33 This example creates two nodes, 'planet\_jabber' and 'prosody\_blog' |
34 that clients can subscribe to using | 34 that clients can subscribe to using |
35 [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in | 35 [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in |
36 [ATOM 1.0 format](http://atomenabled.org/) for easy consumption. | 36 [ATOM 1.0 format](http://atomenabled.org/) for easy consumption. |
37 | 37 |
38 # PubSubHubbub | 38 # WebSub {#pubsubhubbub} |
39 | 39 |
40 This module also implements a | 40 This module also implements [WebSub](https://www.w3.org/TR/websub/), |
41 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) | 41 formerly known as |
42 subscriber. This allows feeds that have an associated "hub" to push | 42 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html). |
43 updates when they are published. | 43 This allows "feed hubs" to instantly push feed updates to subscribers. |
44 | 44 |
45 Not all feeds support this. | 45 This may be removed in the future since it does not seem to be oft used |
46 | 46 anymore. |
47 It needs to expose a HTTP callback endpoint to work. | |
48 | 47 |
49 # Option summary | 48 # Option summary |
50 | 49 |
51 Option Description | 50 Option Description |
52 ---------------------- ------------------------------------------------------------------------- | 51 ------------------------------ -------------------------------------------------------------------------- |
53 `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. | 52 `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. |
54 `feed_pull_interval` Number of minutes between polling for new results (default 15) | 53 `feed_pull_interval_seconds` Number of seconds between polling for new results (default 15 *minutes*) |
55 `use_pubsubhubub` Set to `false` to disable PubSubHubbub | 54 `use_pubsubhubub` Set to `true` to enable WebSub |
56 | 55 |
57 # Compatibility | 56 # Compatibility |
58 | 57 |
59 ----- ------- | 58 ------ ------- |
60 0.9 Works | 59 0.12 Works |
61 ----- ------- | 60 0.11 Works |
61 ------ ------- |