aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_smqueue_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.smqueue: Abstract queue with acknowledgements and overflowKim Alvefur2021-12-141-0/+55
Meant to be used in mod_smacks for XEP-0198 Meant to have a larger virtual size than actual number of items stored, on the theory that in most cases, the excess will be acked before needed for a resumption event.