log plugins/mod_pubsub.lua @ 6472:acae6289e0a6

age author description
Tue, 14 Oct 2014 10:58:11 +0100 Matthew Wild mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')
Thu, 09 May 2013 11:13:18 +0200 Kim Alvefur mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed
Wed, 17 Apr 2013 14:32:26 +0100 Matthew Wild mod_pubsub: Only assign id to item element if there is one
Wed, 17 Apr 2013 14:12:47 +0100 Matthew Wild mod_pubsub: Add id to stored item when auto-generated. Fixes #335
Mon, 08 Apr 2013 15:32:24 +0100 Matthew Wild mod_pubsub: Send bad-request when no action specified (thanks Maranda)
Mon, 08 Apr 2013 15:04:55 +0100 Matthew Wild mod_pubsub: Don't attempt to handle iq stanzas with no action element
Wed, 03 Apr 2013 13:51:59 +0100 Matthew Wild mod_pubsub: Don't send current items to new subscribers (I don't know why we did)
Thu, 31 Jan 2013 18:41:01 +0100 Kim Alvefur mod_pubsub, util.pubsub: Add delete action
Thu, 31 Jan 2013 15:33:41 +0100 Kim Alvefur mod_pubsub: More strict checks for node and ids
Mon, 28 Jan 2013 01:06:05 +0100 Kim Alvefur mod_pubsub: Broadcast items correctly on new subscriptions
Sat, 26 Jan 2013 03:50:13 +0500 Waqas Hussain mod_pubsub: require usermanager.
Sat, 26 Jan 2013 03:49:45 +0500 Waqas Hussain mod_pubsub: Fix nil access error.
Fri, 25 Jan 2013 01:32:14 +0100 Florian Zeitz mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element
Thu, 24 Jan 2013 16:36:48 +0100 Kim Alvefur mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form
Thu, 24 Jan 2013 00:58:03 +0100 Kim Alvefur mod_pubsub, util.pubsub: Implement the purge action