summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index d50f3626e..3b98c5fc3 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -26,7 +26,8 @@
<xsd:attribute type='xsd:string' name='uuid'/>
<xsd:attribute type='xsd:string' name='password'/>
<xsd:attribute type='xsd:string' name='location'/>
- <xsd:attribute type='xsd:string' name='secure'/>
+ <xsd:attribute type='xsd:boolean' name='floating'/>
+ <xsd:attribute type='xsd:boolean' 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'/>