aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
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: {}