From 7cd2803161ee05303371cd681f8ae00a0838d07f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 7 Mar 2021 01:41:39 +0100 Subject: util.datamapper: Add logic for "boolean" tags here the presence means true --- spec/util_datamapper_spec.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec/util_datamapper_spec.lua') diff --git a/spec/util_datamapper_spec.lua b/spec/util_datamapper_spec.lua index 2a149b1c..7f6ef75e 100644 --- a/spec/util_datamapper_spec.lua +++ b/spec/util_datamapper_spec.lua @@ -31,6 +31,10 @@ describe("util.datampper", function() type = "string"; xml = {x_name_is_value = true; namespace = "http://jabber.org/protocol/chatstates"}; }; + fallback = { + type = "boolean"; + xml = {x_name_is_value = true; name = "fallback"; namespace = "urn:xmpp:fallback:0"}; + }; }; }; @@ -39,6 +43,7 @@ describe("util.datampper", function() Hello Becasue + ]]; @@ -51,6 +56,7 @@ describe("util.datampper", function() body = "Hello"; delay = {from = "test"; stamp = "2021-03-07T15:59:08+00:00"; reason = "Becasue"}; state = "active"; + fallback = true; }; end); -- cgit v1.2.3