mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.datamapper: Library for extracting data from stanzas
Based on the XML support in the OpenAPI specification.
This commit is contained in:
parent
02da1378f8
commit
081eb23c54
4 changed files with 255 additions and 0 deletions
|
@ -29,6 +29,9 @@ files["util/"] = {
|
|||
files["util/jsonschema.lua"] = {
|
||||
ignore = { "211" };
|
||||
}
|
||||
files["util/datamapper.lua"] = {
|
||||
ignore = { "211" };
|
||||
}
|
||||
files["plugins/"] = {
|
||||
module = true;
|
||||
allow_defined_top = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue