log plugins/mod_pubsub/mod_pubsub.lua @ 9598:dcd85bc34d21

age author description
Tue, 30 Oct 2018 18:20:54 +0100 Kim Alvefur pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.11
Fri, 31 Aug 2018 21:57:04 +0200 Kim Alvefur mod_pubsub: Fix summary generation for Atom entries to use the correct field
Thu, 16 Aug 2018 15:20:29 +0200 Kim Alvefur mod_pubsub: Add support for thin notifications (without the full payload)
Thu, 16 Aug 2018 15:18:29 +0200 Kim Alvefur mod_pubsub: Only attach publisher on normal "item" broadcasts
Thu, 16 Aug 2018 14:47:30 +0200 Kim Alvefur mod_pubsub: Prepare to support turning notifications off for each kind of broadcast
Thu, 16 Aug 2018 14:32:21 +0200 Kim Alvefur util.pubsub: Pass "retract" as the type of such broadcasts
Wed, 08 Aug 2018 20:48:02 +0100 Matthew Wild mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
Mon, 06 Aug 2018 18:33:33 +0200 Kim Alvefur mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else
Sun, 05 Aug 2018 19:12:29 +0200 Kim Alvefur mod_pubsub: Add 'get_configuration' capability to relevant affiliations
Sun, 05 Aug 2018 18:28:31 +0200 Kim Alvefur mod_pubsub: Add a public method for retrieving the service object
Sat, 04 Aug 2018 21:33:17 +0100 Matthew Wild mod_pubsub: Add comment to document nodestore/itemstore methods
Sat, 04 Aug 2018 03:31:21 +0200 Kim Alvefur mod_pubsub: Restrict access model to 'whitelist' and 'open'
Sat, 04 Aug 2018 03:13:55 +0200 Kim Alvefur mod_pubsub: Add configurable maximum on number of items
Sat, 14 Jul 2018 21:34:22 +0200 Kim Alvefur mod_pubsub: Make generation of notification body into an event to allow extensibility
Sat, 14 Jul 2018 21:26:59 +0200 Kim Alvefur mod_pubsub: Skip checks for adding body if no body generated
Sat, 14 Jul 2018 21:26:13 +0200 Kim Alvefur mod_pubsub: Remove unneeded stanza API call
Sat, 14 Jul 2018 19:34:10 +0200 Kim Alvefur mod_pubsub: Move include_body option into subscription options
Fri, 06 Jul 2018 18:00:50 +0200 Kim Alvefur mod_pubsub: Move service discovery to pubsub.lib to allow reuse
Sun, 01 Jul 2018 04:46:39 +0200 Kim Alvefur mod_pubsub: Remove feature flag for data persistence since node config is now persistent
Thu, 28 Jun 2018 01:46:28 +0200 Kim Alvefur mod_pubsub: Handle optional item (thanks jonasw)
Mon, 21 May 2018 00:44:37 +0200 Kim Alvefur mod_pubsub: Add support for generation of a plain text <body> from Atom payloads
Mon, 21 May 2018 00:35:45 +0200 Kim Alvefur mod_pubsub: Make the 'type' attribute on broadcast messages configurable
Mon, 21 May 2018 00:24:50 +0200 Kim Alvefur mod_pubsub: Set an id attribute on outgoing event messages
Mon, 21 May 2018 01:25:10 +0200 Kim Alvefur mod_pubsub: Use moduleapi broadcast method