diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-09 15:30:18 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-09 15:30:18 +0000 |
| commit | cf3e4e93199f7ebcc3040d54a944d21e44075a65 (patch) | |
| tree | 07c883a99e4cbc49216213838705334af379ccb7 /qpid/cpp/xml | |
| parent | cb10da8d71314dce601e37ed91f3a5df0ac6ef58 (diff) | |
| download | qpid-python-cf3e4e93199f7ebcc3040d54a944d21e44075a65.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@834108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 1e5b091a87..b09d77bd73 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/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"/> |
