libs/table.lua

Mon, 23 Nov 2020 23:49:42 +0100

author
Kim Alvefur <zash@zash.se>
date
Mon, 23 Nov 2020 23:49:42 +0100
changeset 442
b2ae91f4fec9
parent 439
6fc73ad6b1d2
child 483
33d566513eb0
permissions
-rw-r--r--

util.dataforms: Support XEP-0122 validation

On par with what can be generated, for symetry.

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}

mercurial