diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-13 23:11:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 23:11:19 +0200 |
| commit | a780d365fe9740d6533f4667fc8220eac148cd7d (patch) | |
| tree | 32842f8342e8a001aef03c3dcf22a7199b597805 /doc | |
| parent | c846f91c1750a35c17dbddcfd9176460765d5997 (diff) | |
| download | qxmpp-a780d365fe9740d6533f4667fc8220eac148cd7d.tar.gz | |
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Implements parsing for the file sharing element from XEP-0447:
Stateless files sharing version 0.2.
https://xmpp.org/extensions/xep-0447.html
Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 4c91e569..97826d73 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -571,6 +571,14 @@ SPDX-License-Identifier: CC0-1.0 </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0447.html'/> + <xmpp:status>partial</xmpp:status> + <xmpp:version>0.2</xmpp:version> + <xmpp:since>1.5</xmpp:since> + </xmpp:SupportedXep> + </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> |
