Software /
code /
verse
Annotate
libs/table.lua @ 445:b119dc4d8bc2
plugins.smacks: Don't warn about zero stanzas acked
It's only if the count somehow goes backwards that something is really
wrong. An ack for zero stanzas is fine and we don't need to do anything.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 10 Jun 2021 11:58:23 +0200 |
parent | 439:6fc73ad6b1d2 |
child | 483:33d566513eb0 |
rev | line source |
---|---|
439
6fc73ad6b1d2
util.table: Add fallback for the Prosody C module
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end} |