Skip to content

Commit

Permalink
Merge pull request #2981 from esl/omemo-doc
Browse files Browse the repository at this point in the history
doc update config access_model for PEP plugin
  • Loading branch information
leszke committed Jan 18, 2021
2 parents bd13278 + 5d80187 commit 2147068
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/modules/mod_pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2147068

Please sign in to comment.