diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-08-18 06:50:33 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-08-18 06:50:33 +0200 |
commit | 65be619907ea9f1d7173824077728ffbee3cb59f (patch) | |
tree | d68dc6be88726e4e821a6fa70f760cc54d23668e | |
parent | Add rebar.config* files when publishing to hex from mix (diff) |
mod_pubsub: Remove 'dag' node plugin documentation
Commit c9d3beb9ebbd7a76a74e3e9c22ea62ec21e64a6a removed the 'dag'
node/nodetree plugins.
-rw-r--r-- | src/mod_pubsub.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mod_pubsub.erl b/src/mod_pubsub.erl index 6551945fa..3d16f2f31 100644 --- a/src/mod_pubsub.erl +++ b/src/mod_pubsub.erl @@ -4294,11 +4294,7 @@ mod_doc() -> "nodes will have the default configuration, and this " "can not be changed. Using 'virtual' nodetree requires " "to start from a clean database, it will not work if " - "you used the default 'tree' nodetree before."), - ?T("- 'dag' nodetree provides experimental support for " - "PubSub Collection Nodes (XEP-0248). In that case you " - "should also add 'dag' node plugin as default, for " - "example: 'plugins: [flat,pep]'")]}}, + "you used the default 'tree' nodetree before.")]}}, {pep_mapping, #{value => "List of Key:Value", desc => |