comparison mod_rest/res/schema-xmpp.json @ 4954:e8a487c42b36

merge upstream
author Goffi <goffi@goffi.org>
date Sat, 28 May 2022 16:43:04 +0200
parents 8f625a7dc957
children 2735e29cf94b
comparison
equal deleted inserted replaced
4939:7d6ae8bb95dc 4954:e8a487c42b36
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",