Software /
code /
prosody-modules
Changeset
4906:f07c9a6f19b3
mod_http_upload: Update compatibility information
At least 0.9.x is broken due to use of util.jid.host, and I didn't check 0.10.x
since that branch is also obsolete.
Added info about mod_http_file_share.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 08 Mar 2022 11:57:25 +0000 |
parents | 4905:e9ac68f9bc16 |
children | 4907:4aecf78cc39d |
files | mod_http_upload/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload/README.markdown Fri Mar 04 19:57:13 2022 +0000 +++ b/mod_http_upload/README.markdown Tue Mar 08 11:57:25 2022 +0000 @@ -103,4 +103,8 @@ Compatibility ============= -Works with Prosody 0.9.x and later. +Works with Prosody 0.11.x and later. + +In Prosody 0.12 and later, consider switching to [mod_http_file_share](https://prosody.im/doc/modules/mod_http_file_share) +which is distributed with Prosody. You can migrate existing files using +[mod_migrate_http_upload](https://modules.prosody.im/mod_migrate_http_upload.html).