mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')
|
Matthew Wild |
Tue, 14 Oct 2014 10:58:11 +0100 |
mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed
|
Kim Alvefur |
Thu, 09 May 2013 11:13:18 +0200 |
mod_pubsub: Only assign id to item element if there is one
|
Matthew Wild |
Wed, 17 Apr 2013 14:32:26 +0100 |
mod_pubsub: Add id to stored item when auto-generated. Fixes #335
|
Matthew Wild |
Wed, 17 Apr 2013 14:12:47 +0100 |
mod_pubsub: Send bad-request when no action specified (thanks Maranda)
|
Matthew Wild |
Mon, 08 Apr 2013 15:32:24 +0100 |
mod_pubsub: Don't attempt to handle iq stanzas with no action element
|
Matthew Wild |
Mon, 08 Apr 2013 15:04:55 +0100 |
mod_pubsub: Don't send current items to new subscribers (I don't know why we did)
|
Matthew Wild |
Wed, 03 Apr 2013 13:51:59 +0100 |
mod_pubsub, util.pubsub: Add delete action
|
Kim Alvefur |
Thu, 31 Jan 2013 18:41:01 +0100 |
mod_pubsub: More strict checks for node and ids
|
Kim Alvefur |
Thu, 31 Jan 2013 15:33:41 +0100 |
mod_pubsub: Broadcast items correctly on new subscriptions
|
Kim Alvefur |
Mon, 28 Jan 2013 01:06:05 +0100 |
mod_pubsub: require usermanager.
|
Waqas Hussain |
Sat, 26 Jan 2013 03:50:13 +0500 |
mod_pubsub: Fix nil access error.
|
Waqas Hussain |
Sat, 26 Jan 2013 03:49:45 +0500 |
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element
|
Florian Zeitz |
Fri, 25 Jan 2013 01:32:14 +0100 |
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form
|
Kim Alvefur |
Thu, 24 Jan 2013 16:36:48 +0100 |
mod_pubsub, util.pubsub: Implement the purge action
|
Kim Alvefur |
Thu, 24 Jan 2013 00:58:03 +0100 |
mod_pubsub: Advertise autocreate_on_publish correctly.
|
Kim Alvefur |
Wed, 23 Jan 2013 22:41:18 +0100 |
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
|
Kim Alvefur |
Thu, 26 Jul 2012 04:35:13 +0200 |
mod_pubsub.lua: Fix global access
|
Kim Alvefur |
Tue, 24 Apr 2012 21:42:26 +0200 |
mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do everything else)
|
Matthew Wild |
Sun, 14 Aug 2011 13:39:40 -0400 |
mod_pubsub: Send node items to new subscribers
|
Matthew Wild |
Sun, 14 Aug 2011 13:37:42 -0400 |
mod_pubsub: Add newline at end of file
|
Matthew Wild |
Sun, 14 Aug 2011 13:37:08 -0400 |
mod_pubsub: Handle options tag in subscription request (currently doesn't work as options_form is not defined)
|
Matthew Wild |
Sun, 14 Aug 2011 13:36:54 -0400 |
mod_pubsub: Support for setting a disco name
|
Marco Cirillo |
Wed, 06 Apr 2011 20:00:44 +0100 |
mod_pubsub: Remove checks for whether the JID being (un)subscribed is the actor's own - it's possible to (un)subscribe another JID if you have the (un)subscribe_other capability, which is already checked in util.pubsub (thanks Andrew)
|
Matthew Wild |
Fri, 18 Mar 2011 10:32:55 +0000 |
mod_pubsub: Don't force-load mod_iq.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:27:46 +0500 |
mod_pubsub: Correctly wrap the list of subscriptions in a pubsub element
|
Kim Alvefur |
Wed, 29 Dec 2010 19:24:19 +0100 |
mod_pubsub: Include node in disco#items reply
|
Matthew Wild |
Wed, 22 Dec 2010 23:30:47 +0000 |
mod_pubsub: Fix missing disco#items xmlns
|
Kim Alvefur |
Wed, 22 Dec 2010 17:23:55 +0100 |
mod_pubsub: Implement disco#info for nodes
|
Matthew Wild |
Wed, 22 Dec 2010 16:53:38 +0000 |
mod_pubsub: Implement get_subscriptions
|
Matthew Wild |
Wed, 22 Dec 2010 03:49:52 +0000 |
mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations
|
Matthew Wild |
Wed, 22 Dec 2010 03:49:23 +0000 |
mod_pubsub: Add add_subscription and get_subscriptions to feature_map
|
Matthew Wild |
Wed, 22 Dec 2010 03:48:51 +0000 |
mod_pubsub: Set normalize_jid instead of jids_equal
|
Matthew Wild |
Wed, 22 Dec 2010 03:04:44 +0000 |
mod_pubsub: Fix a missing :up() from the last commit
|
Matthew Wild |
Wed, 22 Dec 2010 02:19:14 +0000 |
mod_pubsub: Handle disco#items on nodes
|
Matthew Wild |
Wed, 22 Dec 2010 02:17:45 +0000 |
mod_pubsub: Use bare JID in get_affiliation
|
Matthew Wild |
Tue, 21 Dec 2010 04:36:34 +0000 |
mod_pubsub: Skip false features in feature_map
|
Matthew Wild |
Tue, 21 Dec 2010 04:18:58 +0000 |
mod_pubsub: Return disco#info stanza from build_disco_info()
|
Matthew Wild |
Tue, 21 Dec 2010 04:15:54 +0000 |
mod_pubsub: Iterate over disco features in correct table
|
Matthew Wild |
Tue, 21 Dec 2010 04:15:29 +0000 |
mod_pubsub: Build disco#info based on the methods provided by the pubsub service object. Add public set_service() method to change the service object used by the module.
|
Matthew Wild |
Tue, 21 Dec 2010 04:06:36 +0000 |
mod_pubsub: Fix capabilities table from some debugging
|
Matthew Wild |
Tue, 21 Dec 2010 03:30:18 +0000 |
mod_pubsub: Make the pubsub host an admin too
|
Matthew Wild |
Tue, 21 Dec 2010 03:29:29 +0000 |
mod_pubsub: Update for latest util.pubsub and fix some bugs. New config options autocreate_on_publish, autocreate_on_subscribe and default_admin_affiliation.
|
Matthew Wild |
Tue, 21 Dec 2010 03:27:22 +0000 |
mod_pubsub: Add 'forbidden' error support
|
Matthew Wild |
Tue, 21 Dec 2010 03:18:17 +0000 |
mod_pubsub: Preserve service object on module reload
|
Matthew Wild |
Fri, 17 Dec 2010 13:35:21 +0000 |
mod_pubsub: Handle disco#info and disco#items
|
Matthew Wild |
Fri, 17 Dec 2010 13:23:29 +0000 |
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event
|
Matthew Wild |
Sun, 05 Dec 2010 19:54:48 +0000 |
mod_pubsub: Support item retraction
|
Florian Zeitz |
Sun, 05 Dec 2010 04:19:23 +0100 |
mod_pubsub, util.pubsub: Support for unsubscribing
|
Florian Zeitz |
Sun, 05 Dec 2010 02:46:08 +0100 |
mod_pubsub: Use pubsub_error_reply everywhere
|
Florian Zeitz |
Fri, 03 Dec 2010 16:36:13 +0100 |
mod_pubsub, util.pubsub: Support node creation
|
Florian Zeitz |
Wed, 01 Dec 2010 23:38:47 +0100 |
mod_pubsub, util.pubsub: Support for fetching items
|
Florian Zeitz |
Thu, 25 Nov 2010 21:47:12 +0100 |
mod_pubsub: Use module.environment to reference the module's environment
|
Matthew Wild |
Sat, 13 Nov 2010 04:12:03 +0000 |
mod_pubsub: Expose 'service'
|
Matthew Wild |
Sat, 13 Nov 2010 04:10:05 +0000 |
mod_pubsub: It's aliiiive!
|
Matthew Wild |
Sat, 13 Nov 2010 03:16:58 +0000 |