comparison mod_rest/res/schema-xmpp.json @ 4950:8f625a7dc957

mod_rest: Add mapping of XEP-0380: Explicit Message Encryption Useful since OMEMO etc isn't mapped
author Kim Alvefur <zash@zash.se>
date Sun, 22 May 2022 17:05:05 +0200
parents d63657a85fb4
children 2735e29cf94b
comparison
equal deleted inserted replaced
4949:2ff1fa824c5d 4950:8f625a7dc957
733 "type" : "string", 733 "type" : "string",
734 "xml" : { 734 "xml" : {
735 "namespace" : "urn:xmpp:chat-markers:0" 735 "namespace" : "urn:xmpp:chat-markers:0"
736 } 736 }
737 }, 737 },
738 "encryption" : {
739 "title" : "XEP-0380: Explicit Message Encryption",
740 "type" : "string",
741 "xml" : {
742 "name" : "encryption",
743 "namespace" : "urn:xmpp:eme:0",
744 "x_single_attribute" : "namespace"
745 }
746 },
738 "fallback" : { 747 "fallback" : {
739 "title" : "XEP-0428: Fallback Indication", 748 "title" : "XEP-0428: Fallback Indication",
740 "type" : "boolean", 749 "type" : "boolean",
741 "xml" : { 750 "xml" : {
742 "name" : "fallback", 751 "name" : "fallback",