diff options
| author | Jonah BrĂ¼chert <jbb@kaidan.im> | 2022-09-09 23:15:10 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-29 23:46:36 +0200 |
| commit | 68f167995e7ba71a6f2e556a7a0eab3d234e2d1a (patch) | |
| tree | de645b606d96f01da7ea6db63e90224519a89de3 /doc | |
| parent | 7b02df3ef42ccb2d8c40eea901c5c6dd4b140204 (diff) | |
| download | qxmpp-68f167995e7ba71a6f2e556a7a0eab3d234e2d1a.tar.gz | |
Implement XEP-0448: Stateless File Sharing
This adds a file sharing manager that is capable of using multiple back
ends. Currently implemented are a normal HTTP File Upload backend and an
encrypted HTTP File Upload. Jingle File Transfer could be implemented
later.
Co-authored-by: Linus Jahn <lnj@kaidan.im>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index fc8a1fd7..19b245ab 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -590,7 +590,7 @@ SPDX-License-Identifier: CC0-1.0 <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0447.html'/> - <xmpp:status>partial</xmpp:status> + <xmpp:status>complete</xmpp:status> <xmpp:version>0.2</xmpp:version> <xmpp:since>1.5</xmpp:since> </xmpp:SupportedXep> @@ -598,7 +598,7 @@ SPDX-License-Identifier: CC0-1.0 <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0448.html'/> - <xmpp:status>partial</xmpp:status> + <xmpp:status>complete</xmpp:status> <xmpp:version>0.2</xmpp:version> <xmpp:since>1.5</xmpp:since> </xmpp:SupportedXep> |
