aboutsummaryrefslogtreecommitdiff
path: root/src/node_flat.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-12-12 01:04:14 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-12-12 01:04:14 +0100
commitb661bee4b161119d8d52174d0f97e7b3581d3ab9 (patch)
tree60f3218b5835e4aa75224eadcf2e70d8d6b28327 /src/node_flat.erl
parentRevert removal of certfile option on http listener (diff)
Support pubsub#publish-options PRECONDITIONs
Support PubSub publishing options that are specified as PRECONDITIONs as per XEP-0060 v1.14.
Diffstat (limited to 'src/node_flat.erl')
-rw-r--r--src/node_flat.erl1
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">>,