diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-26 14:27:51 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-26 14:27:51 +0100 |
commit | c26e8b48981a515b9b0b081f37a8412f9558c894 (patch) | |
tree | 212ba776c195738e44c741373da781ece8c87745 /doc | |
parent | 4be9b33741b71925adddf7ee184b3babf2170347 (diff) | |
download | prosody-c26e8b48981a515b9b0b081f37a8412f9558c894.tar.gz prosody-c26e8b48981a515b9b0b081f37a8412f9558c894.zip |
mod_http_file_share: Add support for external file upload service
PUT /upload/:slot/:filename
Authorization: Bearer JWT{ uploader, filename, filesize, filetype, exp }
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 277aa5d1..548b9a02 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -619,7 +619,7 @@ <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/> <xmpp:version>1.0.0</xmpp:version> - <xmpp:status>complete</xmpp:status> + <xmpp:status>complete </xmpp:status> <xmpp:since>0.12.0</xmpp:since> <xmpp:note>mod_http_file_share</xmpp:note> </xmpp:SupportedXep> |