Mercurial > prosody-modules
diff 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 |
line wrap: on
line diff
--- a/mod_rest/res/schema-xmpp.json Sat May 28 16:42:13 2022 +0200 +++ b/mod_rest/res/schema-xmpp.json Sat May 28 16:43:04 2022 +0200 @@ -735,6 +735,15 @@ "namespace" : "urn:xmpp:chat-markers:0" } }, + "encryption" : { + "title" : "XEP-0380: Explicit Message Encryption", + "type" : "string", + "xml" : { + "name" : "encryption", + "namespace" : "urn:xmpp:eme:0", + "x_single_attribute" : "namespace" + } + }, "fallback" : { "title" : "XEP-0428: Fallback Indication", "type" : "boolean",