aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-09-07 14:34:31 +0200
committerChristophe Romain <christophe.romain@process-one.net>2016-09-07 14:34:31 +0200
commitaf0a493c663ea591305b0562810f142803a03c32 (patch)
treed883bf5b145ad4a888c5ee35c96404d5d81b8de9 /ejabberd.yml.example
parentCreate room on configuration request as per XEP-0045, 10.1.3 (diff)
Merge pull request #1253 from Amuhar/xep0356
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 72439e5e1..dae839fdc 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -147,6 +147,15 @@ listen:
## access: all
## shaper_rule: fast
## ip: "127.0.0.1"
+ ## privilege_access:
+ ## roster: "both"
+ ## message: "outgoing"
+ ## presence: "roster"
+ ## delegations:
+ ## "urn:xmpp:mam:1":
+ ## filtering: ["node"]
+ ## "http://jabber.org/protocol/pubsub":
+ ## filtering: []
## hosts:
## "icq.example.org":
## password: "secret"
@@ -580,6 +589,7 @@ modules:
mod_carboncopy: {}
mod_client_state: {}
mod_configure: {} # requires mod_adhoc
+ ##mod_delegation: {} # for xep0356
mod_disco: {}
## mod_echo: {}
mod_irc: {}