summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-31 17:20:08 +0000
committerGordon Sim <gsim@apache.org>2008-03-31 17:20:08 +0000
commitc18e3f80a26555ead0203ac4f86ff054a6c2ce02 (patch)
tree0425892a323ec940200b112a9899f55e73441d4e /qpid/cpp/xml
parent9630e4ee3cd6cd14f1582f86adfa269cc1e3fa24 (diff)
downloadqpid-python-c18e3f80a26555ead0203ac4f86ff054a6c2ce02.tar.gz
Updated xml fragment to reflect correct types for connection.start.mechanisms, connection.start.locales and connection.open.capabilities
Updated connection handler in line with above changes Added Str16Value to FieldValues Allow Array instances of different types to be created git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/extra.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/xml/extra.xml b/qpid/cpp/xml/extra.xml
index 799a9299d0..512563b454 100644
--- a/qpid/cpp/xml/extra.xml
+++ b/qpid/cpp/xml/extra.xml
@@ -87,11 +87,11 @@
<doc>blah, blah</doc>
</field>
- <field name="mechanisms" domain="longstr" label="available security mechanisms">
+ <field name="mechanisms" domain="array" label="available security mechanisms">
<doc>blah, blah</doc>
</field>
- <field name="locales" domain="longstr" label="available message locales">
+ <field name="locales" domain="array" label="available message locales">
</field>
</method>
@@ -316,7 +316,7 @@
<assert check="regexp" value="^[a-zA-Z0-9/-_]+$" />
</field>
- <field name="capabilities" domain="shortstr" label="required capabilities">
+ <field name="capabilities" domain="array" label="required capabilities">
<doc>
The client can specify zero or more capability names, delimited by spaces. The server can
use this string to how to process the client's connection request.