diff options
author | badlop <badlop@ono.com> | 2014-04-22 13:53:23 +0200 |
---|---|---|
committer | badlop <badlop@ono.com> | 2014-04-22 13:53:23 +0200 |
commit | 9497dbff1776be1c7d365a84a823daa666ed6993 (patch) | |
tree | 7f6f5ead1cdc2bd6c45b9528ab4dddd27a1f51e3 /ejabberd.yml.example | |
parent | Merge pull request #161 from weiss/fix-carbons (diff) | |
parent | Enable mod_carboncopy in example configuration (diff) |
Merge pull request #162 from weiss/enable-carbons
Enable mod_carboncopy in example configuration
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 2e744103..1f55fe99 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -526,6 +526,7 @@ modules: access: announce mod_blocking: {} # requires mod_privacy mod_caps: {} + mod_carboncopy: {} mod_configure: {} # requires mod_adhoc mod_disco: {} ## mod_echo: {} |