diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-08-12 11:43:38 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-08-12 11:43:38 +0100 |
commit | a4a44c8d28e8dd7ec17e708aa3379bdd0e2f96f6 (patch) | |
tree | ca087318fc6d8851ceaa5e56eaa5ca8abdfee573 /spec | |
parent | 9d19f12e262642a57e9957f9f439c9995e89b411 (diff) | |
download | prosody-a4a44c8d28e8dd7ec17e708aa3379bdd0e2f96f6.tar.gz prosody-a4a44c8d28e8dd7ec17e708aa3379bdd0e2f96f6.zip |
util.pubsub tests: Add TODO
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_pubsub_spec.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/util_pubsub_spec.lua b/spec/util_pubsub_spec.lua index 2c7676ea..0ba5e079 100644 --- a/spec/util_pubsub_spec.lua +++ b/spec/util_pubsub_spec.lua @@ -3,6 +3,16 @@ setup(function () pubsub = require "util.pubsub"; end); +--[[TODO: + Retract + Purge + auto-create/auto-subscribe + Item store/node store + resize on max_items change + service creation config provides alternative node_defaults + get subscriptions +]] + describe("util.pubsub", function () describe("simple node creation and deletion", function () -- Roughly a port of scansion/scripts/pubsub_createdelete.scs |