# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1646740645 0
# Node ID f07c9a6f19b3fc4b1e0f39e2d63c4990300c81d8
# Parent  e9ac68f9bc16189814429fa487c9837b8a98e4fc
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.

diff -r e9ac68f9bc16 -r f07c9a6f19b3 mod_http_upload/README.markdown
--- 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).