Software /
code /
prosody
Diff
spec/util_pubsub_spec.lua @ 9176:1068f9b82e2b
util.pubsub tests: Add TODO
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Aug 2018 11:43:38 +0100 |
parent | 9175:43b6f67aba05 |
child | 9178:f226b7b5486b |
line wrap: on
line diff
--- a/spec/util_pubsub_spec.lua Sun Aug 12 11:34:50 2018 +0100 +++ b/spec/util_pubsub_spec.lua Sun Aug 12 11:43:38 2018 +0100 @@ -3,6 +3,16 @@ 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