# HG changeset patch # User Matthew Wild # Date 1679312459 0 # Node ID e287483885097963af03cbda434d7c034fa50af0 # Parent 444a46eadb7444bef4589113985bb55ac357503a Fix field name of implementation status in the JSON diff -r 444a46eadb74 -r e28748388509 normalize_json.lua --- a/normalize_json.lua Mon Mar 20 11:08:08 2023 +0000 +++ b/normalize_json.lua Mon Mar 20 11:40:59 2023 +0000 @@ -88,7 +88,7 @@ software_id = software_id; xep_id = xep_counter; xep_version = implementation.implemented_version; - status = implementation.status; + status = implementation.implementation_status; }); end end