Mercurial > prosody-modules
comparison mod_muc_http_auth/README.md @ 4322:9606e7a63a69
mod_mucc_http_auth: Provide Authorization header setting for deployments behind a login
| author | Seve Ferrer <seve@delape.net> |
|---|---|
| date | Wed, 06 Jan 2021 20:49:45 +0100 |
| parents | d261233f7ced |
| children | 4b3f054666e6 |
comparison
equal
deleted
inserted
replaced
| 4321:71498f484c22 | 4322:9606e7a63a69 |
|---|---|
| 43 |-----|------------|--------| | 43 |-----|------------|--------| |
| 44 |muc_http_auth_url| URL of the external HTTP service to which send `userJID` and `mucJID` in a GET request | "" | | 44 |muc_http_auth_url| URL of the external HTTP service to which send `userJID` and `mucJID` in a GET request | "" | |
| 45 |muc_http_auth_enabled_for| List of MUC names (node part) to enable this module for | nil | | 45 |muc_http_auth_enabled_for| List of MUC names (node part) to enable this module for | nil | |
| 46 |muc_http_auth_disabled_for| List of MUC names (node part) to disable this module for | nil | | 46 |muc_http_auth_disabled_for| List of MUC names (node part) to disable this module for | nil | |
| 47 |muc_http_auth_insecure| Disable certificate verification for request. Only intended for development of the external service. | false | | 47 |muc_http_auth_insecure| Disable certificate verification for request. Only intended for development of the external service. | false | |
| 48 |muc_http_auth_authorization_header| Value of the Authorization header if requested by the external HTTP service. Example: `Basic dXNlcm5hbWU6cGFzc3dvcmQ=`| nil | | |
| 48 | 49 |
| 49 | 50 |
| 50 This module can be enabled/disabled for specific rooms. Only one of the following settings must be set. | 51 This module can be enabled/disabled for specific rooms. Only one of the following settings must be set. |
| 51 ``` | 52 ``` |
| 52 -- muc_http_auth_enabled_for = {"teaparty"} | 53 -- muc_http_auth_enabled_for = {"teaparty"} |
