Mercurial > prosody-modules
comparison mod_http_authentication/README.markdown @ 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 | c6e86b74f62e |
children | b19d64dd4c66 |
comparison
equal
deleted
inserted
replaced
3011:995836ee4f26 | 3012:1380ae0e003f |
---|---|
17 | 17 |
18 ## Usage | 18 ## Usage |
19 | 19 |
20 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. | 20 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. |
21 | 21 |
22 ## Known issues | 22 ## Compatibility |
23 | 23 |
24 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)) | 24 The module use a new API in Prosody 0.10 and will not work with older |
25 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. | 25 versions. |
26 | 26 |
27 ## Details | 27 ## Details |
28 | 28 |
29 By Kim Alvefur \<zash@zash.se\> | 29 By Kim Alvefur \<zash@zash.se\> |