diff --git a/prosody.cfg.lua b/prosody.cfg.lua new file mode 100644 index 0000000..15ac175 --- /dev/null +++ b/prosody.cfg.lua @@ -0,0 +1,33 @@ + GNU nano 8.4 prosody.cfg.lua + bbc = "https://feeds.bbci.co.uk/news/rss.xml"; + aljazeera = "https://www.aljazeera.com/rss"; + npr = "https://feeds.npr.org/1001/rss.xml"; + financial_times = "https://www.ft.com/rss/home/international"; + its_going_down = "https://itsgoingdown.org/feed/"; + anarchist_news = "https://anarchistnews.org/rss.xml"; + department_of_war = "https://www.war.gov/DesktopModules/ArticleCS/RSS.> +} + +-- You can also set a custom time interval for when to grab new RSS cont> +-- (default is 900 seconds, 15 minutes) +feed_pull_interval_seconds = 900 + +---Set up an external component (default component port is 5347) + +-- External components allow adding various services, such as gateways/ +-- bridges to non-XMPP networks and services. For more info +-- see: https://prosody.im/doc/components#adding_an_external_component +-- +--Component "gateway.example.com" +-- component_secret = "password" + + +---------- End of the Prosody Configuration file ---------- +-- You usually **DO NOT** want to add settings here at the end, as they > +-- only apply to the last defined VirtualHost or Component. +-- +-- Settings for the global section should go higher up, before the first +-- VirtualHost or Component line, while settings intended for specific h> +-- should go under the corresponding VirtualHost or Component line. +-- +-- For more information see https://prosody.im/doc/configure