| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
max_items changes
|
| |
|
|
|
|
| |
subscribe)
|
|
|
|
| |
(thanks jonasw)
|
|
|
|
| |
form (util.pubsub should be protocol-agnostic)
|
|
|
|
|
| |
util.pubsub should stay agnostic of what data types are published and
this depended on util.stanza
|
| |
|
| |
|
|
|
|
| |
back to creating a new one
|
|
|
|
| |
by modules)
|
| |
|
|
|
|
|
| |
This makes the backend able to obtain the publisher without changing
the API.
|
|
|
|
|
| |
This allows the backend to know the node name, when it needs to
differentiate it at storage for example.
|
|
|
|
| |
using util.cache (thanks walduhu)
|
| |
|
| |
|
| |
|
|
|
|
| |
return them in a table at the end
|
| |
|
|
|
|
| |
to 20)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(thanks jonas)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
subscription-removed)
|
|
|
|
| |
subscribe (so they never fail due to permissions)
|
|
|
|
| |
fix a bunch of methods to not traceback on this (those with *_other capability checking).
|
| |
|
| |
|
|
|
|
| |
in a subscriptions response
|
|
|
|
| |
:get_subscriptions()
|
| |
|
| |
|
| |
|
|
|
|
| |
key to mirror the multiple-item case
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
metatable
|