Software /
code /
prosody-modules
Changeset
2213:1815bf8b3cf9
mod_e2e_policy: Fix README markdown issue
author | Michel Le Bihan <michel@lebihan.pl> |
---|---|
date | Tue, 14 Jun 2016 19:02:00 +0200 |
parents | 2212:57dcad6543c9 |
children | 2214:c2fc3516cca1 |
files | mod_e2e_policy/README.markdown |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_e2e_policy/README.markdown Tue Jun 14 18:03:05 2016 +0200 +++ b/mod_e2e_policy/README.markdown Tue Jun 14 19:02:00 2016 +0200 @@ -14,15 +14,15 @@ You can then set some options to configure your desired policy: - Option Default Description - -------------------------------- --------------- ------------------------------------------------------------------------------------------------------------------------------------------------- - e2e\_policy\_chat `"optional"` Policy for chat messages. Possible values: `"none"`, `"optional"` and `"required"`. - e2e\_policy\_muc `"optional"` Policy for MUC messages. Possible values: `"none"`, `"optional"` and `"required"`. - e2e\_policy\_whitelist `{ }` Make this module ignore messages sent to and from this JIDs or MUCs. - e2e\_policy\_message\_optional\_chat `""` Set a custom warning message for chat messages. - e2e\_policy\_message\_required\_chat `""` Set a custom error message for chat messages. - e2e\_policy\_message\_optional\_muc `""` Set a custom warning message for MUC messages. - e2e\_policy\_message\_required\_muc `""` Set a custom error message for MUC messages. + Option Default Description + ------------------------------------ ------------ ------------------------------------------------------------------------------------------------------------------------------------------------- + e2e\_policy\_chat `"optional"` Policy for chat messages. Possible values: `"none"`, `"optional"` and `"required"`. + e2e\_policy\_muc `"optional"` Policy for MUC messages. Possible values: `"none"`, `"optional"` and `"required"`. + e2e\_policy\_whitelist `{ }` Make this module ignore messages sent to and from this JIDs or MUCs. + e2e\_policy\_message\_optional\_chat `""` Set a custom warning message for chat messages. + e2e\_policy\_message\_required\_chat `""` Set a custom error message for chat messages. + e2e\_policy\_message\_optional\_muc `""` Set a custom warning message for MUC messages. + e2e\_policy\_message\_required\_muc `""` Set a custom error message for MUC messages. Some examples: