Mercurial > prosody-modules
comparison mod_pubsub_feeds/README.markdown @ 5569:1f8c9e27b625
mod_pubsub_feeds: Disable WebSub (formerly PubSubHubbub) by default
I have seen no recent evidence of this being used or supported by
anything anywhere anymore.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Jun 2023 16:20:57 +0200 |
parents | 3e30799deec2 |
children | f93b1fc1aa31 |
comparison
equal
deleted
inserted
replaced
5568:540beba5b75b | 5569:1f8c9e27b625 |
---|---|
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` Number of minutes between polling for new results (default 15) |
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 ------ ------- |