summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-07-11 10:48:44 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-07-11 10:48:44 -0400
commitb35d708ea1e56a8d79b2f4e5651c57ebc99e7f8d (patch)
tree6459df3f2e966f3f82ed40f2997737c49be483a6 /schemas
parent0140c43ad7392725c8ca0e2d59c84b07bc4628bc (diff)
downloadbcfg2-b35d708ea1e56a8d79b2f4e5651c57ebc99e7f8d.tar.gz
bcfg2-b35d708ea1e56a8d79b2f4e5651c57ebc99e7f8d.tar.bz2
bcfg2-b35d708ea1e56a8d79b2f4e5651c57ebc99e7f8d.zip
added feature to allow clients to declare their version to server
Diffstat (limited to 'schemas')
-rw-r--r--schemas/clients.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index 56f458a45..d50f3626e 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -29,6 +29,7 @@
<xsd:attribute type='xsd:string' name='secure'/>
<xsd:attribute type='xsd:string' name='pingtime' use='optional'/>
<xsd:attribute type='xsd:string' name='address'/>
+ <xsd:attribute type='xsd:string' name='version'/>
</xsd:complexType>
<xsd:complexType name='ClientsType'>