summaryrefslogtreecommitdiff
path: root/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
commit9649f8ccca2a9f62a946bd58e7d3e8cb60031232 (patch)
treea8a4f30c6c01f455e2429002a5ccc3c719e773b7 /cpp/xml
parent36cfeb13b8ad4b532f7f9c2b48ac2353e6217bcd (diff)
downloadqpid-python-9649f8ccca2a9f62a946bd58e7d3e8cb60031232.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/qpid@643067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/extra.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml
index 799a9299d0..512563b454 100644
--- a/cpp/xml/extra.xml
+++ b/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.