Commit graph

130 commits

Author SHA1 Message Date
Kim Alvefur
4070965899 mod_pubsub, util.pubsub: Implement the purge action 2013-01-24 00:58:03 +01:00
Matthew Wild
baa85ada77 util.pubsub: Add item-published event 2012-11-15 13:24:44 -05:00
Matthew Wild
355b05e341 util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?) 2011-08-30 17:51:36 -04:00
Matthew Wild
20725d07f9 util.pubsub: Add service:remove_all_subscriptions() 2011-08-30 15:48:16 -04:00
Matthew Wild
f3160dd927 util.pubsub: Support for events (currently subscription-added and subscription-removed) 2011-08-30 15:03:27 -04:00
Matthew Wild
e239a678b3 util.pubsub: Use built-in actor for auto-creating nodes on publish and subscribe (so they never fail due to permissions) 2011-08-29 15:42:15 -04:00
Matthew Wild
db7bed21d5 util.pubsub: Pass true instead of nil as the actor in a bunch of places, and fix a bunch of methods to not traceback on this (those with *_other capability checking). 2011-01-08 23:17:17 +00:00
Matthew Wild
a3e7fba56f util.pubsub: Some tidying/optimisation to service:may() 2011-01-08 23:15:27 +00:00
Kim Alvefur
79f8d77481 util.pubsub: Return correct node in get_subscriptions() 2010-12-22 17:42:35 +01:00
Matthew Wild
45dee16625 util.pubsub: Use correct node name when returning a list of multiple nodes in a subscriptions response 2010-12-22 16:45:32 +00:00
Matthew Wild
272ea7b6d1 util.pubsub: Add service-wide subscription tracking, and add :get_subscriptions() 2010-12-22 03:46:32 +00:00
Matthew Wild
4640ae8b21 util.pubsub: Small code tidying for :get_subscription() 2010-12-22 03:46:07 +00:00
Matthew Wild
3c67a234e6 util.pubsub: Fix traceback when using autocreate-on-subscribe 2010-12-22 03:44:51 +00:00
Matthew Wild
9622bf99fb util.pubsub: Add service:jids_equal() and new config option normalize_jid 2010-12-22 03:04:14 +00:00
Matthew Wild
df0acaf985 util.pubsub: get_items(): When requesting a specific item, use the id as a key to mirror the multiple-item case 2010-12-22 02:13:26 +00:00
Matthew Wild
5837f75656 util.pubsub: Add service:set_node_capabilities() 2010-12-21 15:26:37 +00:00
Matthew Wild
2d7d846152 util.pubsub: Fix nil global access in get_nodes() 2010-12-21 04:17:24 +00:00
Matthew Wild
16874d84de util.pubsub: Too many changes to list or split sensibly. Added access control to all methods, with capabilities support. Renamed get() -> get_items() and changed it to return true, result on success. Support for autocreate_on_subscribe and autocreate_on_publish config options. 2010-12-21 03:26:06 +00:00
Matthew Wild
503c9d4255 util.pubsub: Modify new() to take a config, and add a default config via a metatable 2010-12-21 03:22:40 +00:00
Matthew Wild
de79d047af util.pubsub: Add service:get_nodes() 2010-12-17 13:23:01 +00:00
Florian Zeitz
02f5edae68 mod_pubsub: Support item retraction 2010-12-05 04:19:23 +01:00
Florian Zeitz
95db0579ab mod_pubsub, util.pubsub: Support for unsubscribing 2010-12-05 02:46:08 +01:00
Florian Zeitz
39939bd65e mod_pubsub, util.pubsub: Support node creation 2010-12-01 23:38:47 +01:00
Florian Zeitz
e058268eda mod_pubsub, util.pubsub: Support for fetching items 2010-11-25 21:47:12 +01:00
Matthew Wild
db4d9e500c util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any 2010-11-13 23:10:50 +00:00
Matthew Wild
3ffba43bf5 mod_pubsub: It's aliiiive! 2010-11-13 03:16:58 +00:00
Matthew Wild
70c3eeb2aa util.pubsub -> util.broadcast 2009-07-11 15:16:18 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
7b1d24c0b4 util.pubsub: Fix undefined global accesses 2009-07-10 02:28:24 +01:00
Matthew Wild
1c998c518c Adding initial util.pubsub 2009-02-28 23:16:27 +00:00