Log

plugins/mod_pubsub/mod_pubsub.lua @ 10822:af42448a8e98

description author age
Merge 0.11->trunk Kim Alvefur 2020-02-27
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) 0.11 Kim Alvefur 2020-02-27
mod_pubsub: Move a comment to where it makes sense Kim Alvefur 2019-07-10
Merge 0.11->trunk Kim Alvefur 2019-02-22
mod_pubsub: Simplify configuration for node data (see #1302) 0.11 Kim Alvefur 2019-02-22
mod_pubsub: Split line in config check to improve readability Kim Alvefur 2018-12-23
mod_pubsub: Change order of luacheck directives to match arguments they apply to Kim Alvefur 2018-12-23
mod_pubsub: Add semicolon (code style) Kim Alvefur 2018-12-23
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.11 Kim Alvefur 2018-10-30
mod_pubsub: Fix summary generation for Atom entries to use the correct field Kim Alvefur 2018-08-31
mod_pubsub: Add support for thin notifications (without the full payload) Kim Alvefur 2018-08-16
mod_pubsub: Only attach publisher on normal "item" broadcasts Kim Alvefur 2018-08-16
mod_pubsub: Prepare to support turning notifications off for each kind of broadcast Kim Alvefur 2018-08-16
util.pubsub: Pass "retract" as the type of such broadcasts Kim Alvefur 2018-08-16
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication Matthew Wild 2018-08-08
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else Kim Alvefur 2018-08-06
mod_pubsub: Add 'get_configuration' capability to relevant affiliations Kim Alvefur 2018-08-05
mod_pubsub: Add a public method for retrieving the service object Kim Alvefur 2018-08-05
mod_pubsub: Add comment to document nodestore/itemstore methods Matthew Wild 2018-08-04
mod_pubsub: Restrict access model to 'whitelist' and 'open' Kim Alvefur 2018-08-04
mod_pubsub: Add configurable maximum on number of items Kim Alvefur 2018-08-04
mod_pubsub: Make generation of notification body into an event to allow extensibility Kim Alvefur 2018-07-14
mod_pubsub: Skip checks for adding body if no body generated Kim Alvefur 2018-07-14
mod_pubsub: Remove unneeded stanza API call Kim Alvefur 2018-07-14
mod_pubsub: Move include_body option into subscription options Kim Alvefur 2018-07-14
mod_pubsub: Move service discovery to pubsub.lib to allow reuse Kim Alvefur 2018-07-06
mod_pubsub: Remove feature flag for data persistence since node config is now persistent Kim Alvefur 2018-07-01
mod_pubsub: Handle optional item (thanks jonasw) Kim Alvefur 2018-06-27
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads Kim Alvefur 2018-05-20
mod_pubsub: Make the 'type' attribute on broadcast messages configurable Kim Alvefur 2018-05-20