Skip to content

Commit

Permalink
Host specific warning, move to host section
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Feb 2, 2021
1 parent f511637 commit 3648d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/mod_mam.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Do not add a `<stanza-id/>` element from MAM v0.6.
* **Syntax:** non-empty string
* **Default:** `"mod_mam_utils"`
* **Example:** `is_archivable_message = "mod_mam_utils"`
* **Warning**: if you are using MUC Light, make sure this option is set to the MUC Light domain

Name of a module implementing [`is_archivable_message/3` callback](#is_archivable_message) that determines if the message should be archived.

Expand Down Expand Up @@ -145,6 +144,7 @@ To disable archive for MUC messages please remove MUC section or any MUC related
* **Syntax:** string
* **Default:** `"conference.@HOST@"`
* **Example:** `modules.mod_mam_meta.muc.host = "conference.@HOST@"`
* **Warning**: if you are using MUC Light, make sure this option is set to the MUC Light domain

The MUC host that will be archived if MUC archiving is enabled.

Expand Down

0 comments on commit 3648d6c

Please sign in to comment.