summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-09 15:30:18 +0000
committerGordon Sim <gsim@apache.org>2009-11-09 15:30:18 +0000
commit58efa10f3ed794dac024a1995e871a1368faeddc (patch)
tree7a96ce8642acfdc19546512fadfc8783fbc252d3 /cpp/xml
parentbb32d235be89547bb7e8621ce56c66e4dabdd43a (diff)
downloadqpid-python-58efa10f3ed794dac024a1995e871a1368faeddc.tar.gz
QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the handling of the --require-encrypted option
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 1e5b091a87..b09d77bd73 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -81,7 +81,12 @@
<class name="cluster-connection" code="0x81" label="Qpid clustering extensions.">
<!-- Announce a new connection -->
- <control name="announce" code="0x1"/>
+ <control name="announce" code="0x1">
+ <!-- Security Strength Factor (ssf): if the transport provides
+ encryption (e.g. ssl), ssf is the bit length of the key. Zero if no
+ encryption provided. -->
+ <field name="ssf" type="uint32"/>
+ </control>
<!-- Marks the cluster-wide point when a connection is considered closed. -->
<control name="deliver-close" code="0x2"/>