Software /
code /
verse
Annotate
libs/table.lua @ 442:b2ae91f4fec9
util.dataforms: Support XEP-0122 validation
On par with what can be generated, for symetry.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Nov 2020 23:49:42 +0100 |
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} |