prosody/defaults/pubsub.yml

22 lines
702 B
YAML
Raw Normal View History

2021-03-14 11:00:16 +01:00
## PUBSUB
prosody_pubsub_enabled: 'true'
prosody_pubsub:
prosody_pubsub_url: 'pubsub.example.org'
prosody_pubsub_modules:
- name: 'pubsub_feeds'
description: 'This module allows Prosody to fetch Atom and RSS feeds for you'
module_enabled: 'true'
extra_options: ''
feeds:
- 'planet_jabber = "http://planet.jabber.org/atom.xml";'
- 'prosody_blog = "http://blog.prosody.im/feed/atom.xml";'
- name: 'pubsub_text_interface'
description: 'This module lets you manage subscriptions to pubsub nodes via simple chat messages.'
module_enabled: 'true'
- name: 'pubsub_hub'
description: 'This module implements a PubSubHubbub (PuSH) hub'
module_enabled: 'true'