XEP-0050, XEP-0055: Schema, DTD, and whitespace

This commit is contained in:
Sam Whited 2016-11-30 10:53:22 -06:00
parent 9a9e7e54e5
commit 5bd6862270
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
<spec dep='SHOULD'>XEP-0004</spec>
<spec>XEP-0004</spec>
<spec>XEP-0030</spec>
</dependencies>
<supersedes/>
@ -548,10 +548,10 @@
</iq>
]]></example>
<example caption="Execute command result (with language/locale)"><![CDATA[
<iq type='result'
from='responder@domain'
to='requester@domain'
id='exec1'
<iq type='result'
from='responder@domain'
to='requester@domain'
id='exec1'
xml:lang='en-us'>
<command xmlns='http://jabber.org/protocol/commands'
sessionid='list:20020923T213616Z-700'
@ -936,7 +936,7 @@ xmpp:montague.net?command;node=stats
<xs:attribute ref='xml:lang' use='optional'/>
</xs:complexType>
</xs:element>
<xs:element name='actions'>
<xs:complexType>
<xs:sequence>
@ -955,12 +955,12 @@ xmpp:montague.net?command;node=stats
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name='note'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:string'>
<xs:attribute name='type' use='required'>
<xs:attribute name='type' use='optional'>
<xs:simpleType>
<xs:restriction base='xs:NCName'>
<xs:enumeration value='error'/>

View File

@ -15,7 +15,7 @@
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
<spec dep="SHOULD">XEP-0004</spec>
<spec>XEP-0004</spec>
</dependencies>
<supersedes/>
<supersededby/>