Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | util.pubsub: Use built-in actor for auto-creating nodes on publish and ↵ | Matthew Wild | 2011-08-29 | 1 | -2/+2 | |
| | | | | subscribe (so they never fail due to permissions) | |||||
* | util.pubsub: Pass true instead of nil as the actor in a bunch of places, and ↵ | Matthew Wild | 2011-01-08 | 1 | -7/+7 | |
| | | | | fix a bunch of methods to not traceback on this (those with *_other capability checking). | |||||
* | util.pubsub: Some tidying/optimisation to service:may() | Matthew Wild | 2011-01-08 | 1 | -4/+3 | |
| | ||||||
* | util.pubsub: Return correct node in get_subscriptions() | Kim Alvefur | 2010-12-22 | 1 | -1/+1 | |
| | ||||||
* | util.pubsub: Use correct node name when returning a list of multiple nodes ↵ | Matthew Wild | 2010-12-22 | 1 | -1/+1 | |
| | | | | in a subscriptions response | |||||
* | util.pubsub: Add service-wide subscription tracking, and add ↵ | Matthew Wild | 2010-12-22 | 1 | -0/+75 | |
| | | | | :get_subscriptions() | |||||
* | util.pubsub: Small code tidying for :get_subscription() | Matthew Wild | 2010-12-22 | 1 | -2/+3 | |
| | ||||||
* | util.pubsub: Fix traceback when using autocreate-on-subscribe | Matthew Wild | 2010-12-22 | 1 | -0/+1 | |
| | ||||||
* | util.pubsub: Add service:jids_equal() and new config option normalize_jid | Matthew Wild | 2010-12-22 | 1 | -3/+8 | |
| | ||||||
* | util.pubsub: get_items(): When requesting a specific item, use the id as a ↵ | Matthew Wild | 2010-12-22 | 1 | -1/+1 | |
| | | | | key to mirror the multiple-item case | |||||
* | util.pubsub: Add service:set_node_capabilities() | Matthew Wild | 2010-12-21 | 1 | -0/+15 | |
| | ||||||
* | util.pubsub: Fix nil global access in get_nodes() | Matthew Wild | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | util.pubsub: Too many changes to list or split sensibly. Added access ↵ | Matthew Wild | 2010-12-21 | 1 | -18/+168 | |
| | | | | 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. | |||||
* | util.pubsub: Modify new() to take a config, and add a default config via a ↵ | Matthew Wild | 2010-12-21 | 1 | -2/+13 | |
| | | | | metatable | |||||
* | util.pubsub: Add service:get_nodes() | Matthew Wild | 2010-12-17 | 1 | -0/+4 | |
| | ||||||
* | mod_pubsub: Support item retraction | Florian Zeitz | 2010-12-05 | 1 | -0/+12 | |
| | ||||||
* | mod_pubsub, util.pubsub: Support for unsubscribing | Florian Zeitz | 2010-12-05 | 1 | -1/+8 | |
| | ||||||
* | mod_pubsub, util.pubsub: Support node creation | Florian Zeitz | 2010-12-01 | 1 | -0/+8 | |
| | ||||||
* | mod_pubsub, util.pubsub: Support for fetching items | Florian Zeitz | 2010-11-25 | 1 | -2/+13 | |
| | ||||||
* | util.pubsub: Add :get_subscription() to return the current subscription for ↵ | Matthew Wild | 2010-11-13 | 1 | -0/+7 | |
| | | | | a JID, if any | |||||
* | mod_pubsub: It's aliiiive! | Matthew Wild | 2010-11-13 | 1 | -0/+35 | |
| | ||||||
* | util.pubsub -> util.broadcast | Matthew Wild | 2009-07-11 | 1 | -68/+0 | |
| | ||||||
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 | |
| | ||||||
* | util.pubsub: Fix undefined global accesses | Matthew Wild | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | Adding initial util.pubsub | Matthew Wild | 2009-02-28 | 1 | -0/+60 | |