summaryrefslogtreecommitdiff
path: root/docs/tubes.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 13:53:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 13:53:25 +0000
commite460ca3d215e2b1586d469488b12298329c06e81 (patch)
treeed5f2ad954cc3c1732ea9c277cdbcc2d9d09ad74 /docs/tubes.xml
parent0b9e2fe2f2b6e66f80ae6c255be191bcf2379aab (diff)
tubes.xml: change schema to make initiator required for MUC D-Bus tubes only
Diffstat (limited to 'docs/tubes.xml')
-rw-r--r--docs/tubes.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/tubes.xml b/docs/tubes.xml
index 3e2006fdb..bc3cff1ea 100644
--- a/docs/tubes.xml
+++ b/docs/tubes.xml
@@ -552,15 +552,14 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name='initiator' type='xs:string' use='required'/>
<xs:attribute name='service' type='xs:string' use='required'/>
<!-- MUC D-Bus tube attributes -->
- <!-- dbus-name is required for MUC D-Bus tubes, but is ignored
- and SHOULD NOT be emitted otherwise -->
+ <!-- MUST be present for MUC D-Bus tubes, SHOULD NOT be
+ emitted for other types of tube, MUST be ignored for other types
+ of tube -->
+ <xs:attribute name='initiator' type='xs:string' use='optional'/>
<xs:attribute name='dbus-name' type='xs:string' use='optional'/>
- <!-- stream-id is required for MUC D-Bus tubes, but is ignored
- and SHOULD NOT be emitted otherwise -->
<xs:attribute name='stream-id' type='xs:string' use='optional'/>
<!-- Parameters -->