From 1a39f522f3843324e3db087654c5058c8ef293ae Mon Sep 17 00:00:00 2001 From: Jan Ciesla Date: Fri, 11 Dec 2020 10:56:29 +0100 Subject: [PATCH] doc update config access_model for PEP plugin --- doc/modules/mod_pubsub.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/modules/mod_pubsub.md b/doc/modules/mod_pubsub.md index 54553d1546..0c7903da42 100644 --- a/doc/modules/mod_pubsub.md +++ b/doc/modules/mod_pubsub.md @@ -183,6 +183,15 @@ In this case, items are not persisted but kept in an in-memory cache. When the `pep` plugin is enabled, a user can have their own node (exposed as their bare jid) with a common namespace. Requires module `mod_caps` to be enabled. +For [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html), it might be required to configure the `access_model` to `open` or override the default `access_model` in the following way: + +```toml +[modules.mod_pubsub] + access_createnode = "pubsub_createnode" + plugins = ["pep"] + default_node_config = {access_model = "open"} +``` + ### `"dag"` Implementation of [XEP-0248: PubSub Collection Nodes](https://xmpp.org/extensions/xep-0248.html).