comparison mod_muc_http_auth/README.md @ 4303:d261233f7ced

Improve UX by providing defaults users expect
author Seve Ferrer <seve@delape.net>
date Fri, 18 Dec 2020 15:28:12 +0100
parents 08138de4cb88
children 9606e7a63a69
comparison
equal deleted inserted replaced
4302:c9e1eee6a948 4303:d261233f7ced
50 This module can be enabled/disabled for specific rooms. Only one of the following settings must be set. 50 This module can be enabled/disabled for specific rooms. Only one of the following settings must be set.
51 ``` 51 ```
52 -- muc_http_auth_enabled_for = {"teaparty"} 52 -- muc_http_auth_enabled_for = {"teaparty"}
53 -- muc_http_auth_disabled_for = {"teaparty"} 53 -- muc_http_auth_disabled_for = {"teaparty"}
54 ``` 54 ```
55 If none or both are found, all rooms in the MUC component will have this module enabled. 55 If none is set, all rooms in the MUC component will have this module enabled.
56 56
57 Note: Use the node part of the MUC jid for these lists. Example: 57 Note: Use the node part of the MUC jid for these lists. Example:
58 58
59 Wrong: 59 Wrong:
60 `muc_http_auth_enabled_for = {"teaparty@rooms.example.net"}` 60 `muc_http_auth_enabled_for = {"teaparty@rooms.example.net"}`