Skip to content

Commit 5d80187

Browse files
committed
doc update config access_model for PEP plugin
1 parent bd13278 commit 5d80187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/modules/mod_pubsub.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,15 @@ In this case, items are not persisted but kept in an in-memory cache.
183183
When the `pep` plugin is enabled, a user can have their own node (exposed as their bare jid) with a common namespace.
184184
Requires module `mod_caps` to be enabled.
185185

186+
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:
187+
188+
```toml
189+
[modules.mod_pubsub]
190+
access_createnode = "pubsub_createnode"
191+
plugins = ["pep"]
192+
default_node_config = {access_model = "open"}
193+
```
194+
186195
### `"dag"`
187196

188197
Implementation of [XEP-0248: PubSub Collection Nodes](https://xmpp.org/extensions/xep-0248.html).

0 commit comments

Comments
 (0)