diff --git a/content/faq.md b/content/faq.md index c49bfb7..c9aac06 100644 --- a/content/faq.md +++ b/content/faq.md @@ -136,7 +136,7 @@ Please set those limits as high as possible to enable users to share large files * ejabberd: * [mod_http_upload](https://docs.ejabberd.im/admin/configuration/modules/#mod-http-upload) - `max_size` * [mod_http_upload_quota](https://docs.ejabberd.im/admin/configuration/modules/#mod-http-upload-quota) - `access_hard_quota`, `access_soft_quota`, `max_days` -* Prosody: [mod_http_file_share](https://prosody.im/doc/modules/mod_http_file_share) - `http_file_share_size_limit`, `http_file_share_daily_quota`, `http_file_share_global_quota`, `http_file_share_expires_after` +* Prosody: [mod_http_file_share](https://prosody.im/doc/modules/mod_http_file_share) - `http_file_share_size_limit`, `http_file_share_daily_quota`, `http_file_share_expires_after` {{< spacer size="middle" >}} diff --git a/themes/xmpp-providers/static/js/provider-file-generator.js b/themes/xmpp-providers/static/js/provider-file-generator.js index b077e0e..96bc701 100644 --- a/themes/xmpp-providers/static/js/provider-file-generator.js +++ b/themes/xmpp-providers/static/js/provider-file-generator.js @@ -41,7 +41,7 @@ const providers_data_form_properties_v1 = [ type: "integer", title: "Maximum HTTP File Upload Total Size", dataDescription: - "Maximum size of all shared files in total per user (number in megabytes (MB), 0 for no limit or -1 for less than 1 MB).", + "Maximum size of all shared files in total per user (number in megabytes (MB), 0 for no limit or -1 for less than 1 MB). Attention: MB is used instead of MiB (i.e., 104,857,600 bytes = 100 MiB ≈ 104 MB). This property is not about the maximum size of each shared file which is already retrieved via XMPP.", }, { name: "maximumHttpFileUploadStorageTime",