Comparison

doc/doap.xml @ 11309:b59aed75dc5e

mod_http_file_share: Let's write another XEP-0363 implementation This variant is meant to improve upon mod_http_upload in some ways: * Handle files much of arbitrary size efficiently * Allow GET and PUT URLs to be different * Remember Content-Type sent by client * Avoid dependency on mod_http_files * Built-in way to delegate storage to another httpd
author Kim Alvefur <zash@zash.se>
date Tue, 26 Jan 2021 03:19:17 +0100
parent 11285:5d61fc3cd194
child 11310:d1a0f2e918c0
comparison
equal deleted inserted replaced
11308:5d4d90d1eabb 11309:b59aed75dc5e
615 <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note> 615 <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note>
616 </xmpp:SupportedXep> 616 </xmpp:SupportedXep>
617 </implements> 617 </implements>
618 <implements> 618 <implements>
619 <xmpp:SupportedXep> 619 <xmpp:SupportedXep>
620 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/>
621 <xmpp:version>1.0.0</xmpp:version>
622 <xmpp:status>complete</xmpp:status>
623 <xmpp:since>0.12.0</xmpp:since>
624 <xmpp:note>mod_http_file_share</xmpp:note>
625 </xmpp:SupportedXep>
626 </implements>
627 <implements>
628 <xmpp:SupportedXep>
620 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> 629 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/>
621 <xmpp:version>1.1.0</xmpp:version> 630 <xmpp:version>1.1.0</xmpp:version>
622 <xmpp:status>partial</xmpp:status> 631 <xmpp:status>partial</xmpp:status>
623 <xmpp:since>0.2.0</xmpp:since> 632 <xmpp:since>0.2.0</xmpp:since>
624 <xmpp:note>legacy_ssl_ports</xmpp:note> 633 <xmpp:note>legacy_ssl_ports</xmpp:note>