From af0a493c663ea591305b0562810f142803a03c32 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 7 Sep 2016 14:34:31 +0200 Subject: Merge pull request #1253 from Amuhar/xep0356 --- ejabberd.yml.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ejabberd.yml.example') 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: {} -- cgit v1.2.3