]> granicus.if.org Git - ejabberd/commit
pubsub: added configuration option in guide.tex, added last item cache, use default...
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 28 May 2009 22:30:43 +0000 (22:30 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 28 May 2009 22:30:43 +0000 (22:30 +0000)
commit039d5b83672abdfea84397c13613abf87ce81a17
tree2112317e91a936e3492fc1bf587dd6c6fc792b10
parentaf32a18b4b6009b750daebc7f55f6a1098d3934a
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
15 files changed:
doc/guide.tex
src/ejabberd.cfg.example
src/mod_caps.erl
src/mod_pubsub/mod_pubsub.erl
src/mod_pubsub/node.template
src/mod_pubsub/node_buddy.erl
src/mod_pubsub/node_club.erl
src/mod_pubsub/node_dispatch.erl
src/mod_pubsub/node_flat.erl
src/mod_pubsub/node_hometree.erl [moved from src/mod_pubsub/node_default.erl with 99% similarity]
src/mod_pubsub/node_mb.erl
src/mod_pubsub/node_pep.erl
src/mod_pubsub/node_private.erl
src/mod_pubsub/node_public.erl
src/mod_pubsub/nodetree_tree.erl [moved from src/mod_pubsub/nodetree_default.erl with 99% similarity]