diff options
author | Christophe Romain <cromain@users.noreply.github.com> | 2017-12-12 10:53:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 10:53:17 +0100 |
commit | 57e3f493529e0ed4da1cf99904797263d4ca500c (patch) | |
tree | 60f3218b5835e4aa75224eadcf2e70d8d6b28327 /src/node_flat.erl | |
parent | Revert removal of certfile option on http listener (diff) | |
parent | Support pubsub#publish-options PRECONDITIONs (diff) |
Merge pull request #2160 from weiss/publish-options
Support pubsub#publish-options PRECONDITIONs
Diffstat (limited to 'src/node_flat.erl')
-rw-r--r-- | src/node_flat.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_flat.erl b/src/node_flat.erl index bc529e145..c23a1ebef 100644 --- a/src/node_flat.erl +++ b/src/node_flat.erl @@ -105,6 +105,7 @@ features() -> <<"persistent-items">>, <<"publish">>, <<"publish-only-affiliation">>, + <<"publish-options">>, <<"purge-nodes">>, <<"retract-items">>, <<"retrieve-affiliations">>, |