diff options
| author | Christophe Romain <christophe.romain@process-one.net> | 2009-05-28 22:30:43 +0000 |
|---|---|---|
| committer | Christophe Romain <christophe.romain@process-one.net> | 2009-05-28 22:30:43 +0000 |
| commit | 039d5b83672abdfea84397c13613abf87ce81a17 (patch) | |
| tree | 2112317e91a936e3492fc1bf587dd6c6fc792b10 /src/ejabberd.cfg.example | |
| parent | Update CSS of WebAdmin menu (diff) | |
pubsub: added configuration option in guide.tex, added last item cache, use default node type if given type is not configured, make node_flat the default node plugin. caps: improve cache handling
SVN Revision: 2112
Diffstat (limited to 'src/ejabberd.cfg.example')
| -rw-r--r-- | src/ejabberd.cfg.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index e53f187ba..b0fcecadb 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -485,9 +485,11 @@ {mod_privacy, []}, {mod_private, []}, %%{mod_proxy65,[]}, - {mod_pubsub, [ % requires mod_caps + {mod_pubsub, [ {access_createnode, pubsub_createnode}, - {plugins, ["default", "pep"]} + {pep_sendlast_offline, false}, + {last_item_cache, false}, + {plugins, ["flat", "pep"]} % pep requires mod_caps ]}, {mod_register, [ %% |
