diff options
author | Gordon Sim <gsim@apache.org> | 2012-10-19 17:15:27 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2012-10-19 17:15:27 +0000 |
commit | d7869fcb1642f41a87309939415ed22474bd85cc (patch) | |
tree | cfe205a310e73c3c2528cfc6699248c2b59f23e5 /qpid/specs | |
parent | 54aff6b06f8f4e3d609a01650a502c96d3b019f3 (diff) | |
download | qpid-python-d7869fcb1642f41a87309939415ed22474bd85cc.tar.gz |
QPID-4368: Add protocol description to connection schema
Conflicts:
qpid/cpp/src/qpid/broker/Connection.cpp
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r-- | qpid/specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index f0d399d005..af33f3a2bd 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -359,6 +359,7 @@ <property name="saslMechanism" type="sstr" access="RO" desc="SASL mechanism"/> <property name="saslSsf" type="uint16" access="RO" desc="SASL security strength factor"/> <property name="remoteProperties" type="map" access="RO" desc="optional map of identifying information sent by the remote"/> + <property name="protocol" type="sstr" access="RC" desc="protocol in use"/> <statistic name="closing" type="bool" desc="This client is closing by management request"/> <statistic name="framesFromClient" type="count64"/> <statistic name="framesToClient" type="count64"/> |