22 lines
702 B
YAML
22 lines
702 B
YAML
|
## 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'
|