aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_datamapper_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.datamapper: Invent extension for using tag name as valueKim Alvefur2021-03-061-5/+11
| | | | | Useful for certain enum-like uses where the element name is the relevant information, e.g. chat states.
* util.datamapper: Add 'unparse' for turning tables into XMLKim Alvefur2021-03-071-0/+12
|
* util.datamapper: Library for extracting data from stanzasKim Alvefur2021-03-071-0/+56
Based on the XML support in the OpenAPI specification.