mod_pubsub
Implements a XEP-0060 pubsub service.
Usage
Load as a component:
"pubsub.example.com" "pubsub" Component
Configuration
Various options are supported:
= {} admins
Add additional admins for this component (global admins are automatically admins)
= "owner" default_admin_affiliation
The default affiliation of admins to nodes
= false autocreate_on_subscribe
Whether to automatically create non-existent nodes when someone subscribes
= false autocreate_on_publish
Whether to automatically create non-existent nodes when someone publishes
= 256 pubsub_max_items
Limit on how many items nodes can be configured to store.
= {
pubsub_summary_templates ["http://www.w3.org/2005/Atom"] = "{summary|or{{author/name|and{{author/name} posted }}{title}}}";
}
Customize text version of pubsub notifications. (Available in trunk)