diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-16 19:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-16 19:08:02 +0200 |
| commit | d858e4ae6e0adeaad8d03b055883f411e6d19ab0 (patch) | |
| tree | e306f607339bd553ba79030fcc90686c5d1422e3 /doc | |
| parent | 7878aeb22cc49b31ae527dfc683f2f16b0f79075 (diff) | |
| download | qxmpp-d858e4ae6e0adeaad8d03b055883f411e6d19ab0.tar.gz | |
Implement XEP-0448: Encryption for stateless file sharing parsing (#463)
https://xmpp.org/extensions/xep-0448.html
Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 97826d73..bbad8a58 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -579,6 +579,13 @@ SPDX-License-Identifier: CC0-1.0 </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0448.html'/> + <xmpp:status>partial</xmpp:status> + <xmpp:version>0.2</xmpp:version> + <xmpp:since>1.5</xmpp:since> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0450.html'/> <xmpp:status>complete</xmpp:status> <xmpp:version>0.4</xmpp:version> |
