aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-08-12 11:43:38 +0100
committerMatthew Wild <mwild1@gmail.com>2018-08-12 11:43:38 +0100
commitdf84af2447cc2648647f94b3a9fd043c4e2da9c2 (patch)
treeca087318fc6d8851ceaa5e56eaa5ca8abdfee573
parentdf0a87fa8b267299ce30eca338140c0bbc91bdea (diff)
downloadprosody-df84af2447cc2648647f94b3a9fd043c4e2da9c2.tar.gz
prosody-df84af2447cc2648647f94b3a9fd043c4e2da9c2.zip
util.pubsub tests: Add TODO
-rw-r--r--spec/util_pubsub_spec.lua10
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