Software /
code /
prosody-modules
Comparison
mod_pubsub_feeds/README.markdown @ 5570:f93b1fc1aa31
mod_pubsub_feeds: Add new interval setting in seconds (old still works)
To match most other such settings.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Jun 2023 16:24:12 +0200 |
parent | 5569:1f8c9e27b625 |
comparison
equal
deleted
inserted
replaced
5569:1f8c9e27b625 | 5570:f93b1fc1aa31 |
---|---|
45 This may be removed in the future since it does not seem to be oft used | 45 This may be removed in the future since it does not seem to be oft used |
46 anymore. | 46 anymore. |
47 | 47 |
48 # Option summary | 48 # Option summary |
49 | 49 |
50 Option Description | 50 Option Description |
51 ---------------------- ------------------------------------------------------------------------- | 51 ------------------------------ -------------------------------------------------------------------------- |
52 `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. |
53 `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*) |
54 `use_pubsubhubub` Set to `true` to enable WebSub | 54 `use_pubsubhubub` Set to `true` to enable WebSub |
55 | 55 |
56 # Compatibility | 56 # Compatibility |
57 | 57 |
58 ------ ------- | 58 ------ ------- |
59 0.12 Works | 59 0.12 Works |