changeset 3012:1380ae0e003f

mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
author Kim Alvefur <zash@zash.se>
date Sat, 19 May 2018 23:43:23 +0200
parents 995836ee4f26
children 8bfba31a1f8b
files mod_http_authentication/README.markdown
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_authentication/README.markdown	Sat May 19 23:52:19 2018 +0200
+++ b/mod_http_authentication/README.markdown	Sat May 19 23:43:23 2018 +0200
@@ -19,10 +19,10 @@
 
 This is a global module, so should be added to the global `modules_enabled` option in your config file. It applies to all HTTP virtual hosts.
 
-## Known issues
+## Compatibility
 
-The module use a new API in Prosody 0.10. This API currently has an open issue ([issue #554](https://prosody.im/issues/issue/554)) 
-that means this module cannot be unloaded dynamically at runtime. In practice this shouldn't be an issue, and we will resolve the problem inside Prosody in due course.
+The module use a new API in Prosody 0.10 and will not work with older
+versions.
 
 ## Details