Software /
code /
prosody-modules
Diff
mod_pubsub_feeds/README.markdown @ 5593:04f36a470dca
Update from upstream
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 09 Jul 2023 01:31:29 +0700 |
parent | 5570:f93b1fc1aa31 |
line wrap: on
line diff
--- a/mod_pubsub_feeds/README.markdown Fri May 26 02:15:45 2023 +0700 +++ b/mod_pubsub_feeds/README.markdown Sun Jul 09 01:31:29 2023 +0700 @@ -35,27 +35,27 @@ [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in [ATOM 1.0 format](http://atomenabled.org/) for easy consumption. -# PubSubHubbub +# WebSub {#pubsubhubbub} -This module also implements a -[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) -subscriber. This allows feeds that have an associated "hub" to push -updates when they are published. +This module also implements [WebSub](https://www.w3.org/TR/websub/), +formerly known as +[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html). +This allows "feed hubs" to instantly push feed updates to subscribers. -Not all feeds support this. - -It needs to expose a HTTP callback endpoint to work. +This may be removed in the future since it does not seem to be oft used +anymore. # Option summary - Option Description - ---------------------- ------------------------------------------------------------------------- - `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. - `feed_pull_interval` Number of minutes between polling for new results (default 15) - `use_pubsubhubub` Set to `false` to disable PubSubHubbub + Option Description + ------------------------------ -------------------------------------------------------------------------- + `feeds` A list of virtual nodes to create and their associated Atom or RSS URL. + `feed_pull_interval_seconds` Number of seconds between polling for new results (default 15 *minutes*) + `use_pubsubhubub` Set to `true` to enable WebSub # Compatibility - ----- ------- - 0.9 Works - ----- ------- + ------ ------- + 0.12 Works + 0.11 Works + ------ -------