log plugins/mod_pubsub/mod_pubsub.lua @ 9935:3dfd5f22e3c6

age author description
Fri, 22 Feb 2019 07:40:30 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 22 Feb 2019 07:33:23 +0100 Kim Alvefur mod_pubsub: Simplify configuration for node data (see #1302) 0.11
Sun, 23 Dec 2018 03:06:35 +0100 Kim Alvefur mod_pubsub: Split line in config check to improve readability
Sun, 23 Dec 2018 03:05:58 +0100 Kim Alvefur mod_pubsub: Change order of luacheck directives to match arguments they apply to
Sun, 23 Dec 2018 02:50:22 +0100 Kim Alvefur mod_pubsub: Add semicolon (code style)
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