mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0050, XEP-0055: Schema, DTD, and whitespace
This commit is contained in:
parent
9a9e7e54e5
commit
5bd6862270
16
xep-0050.xml
16
xep-0050.xml
@ -15,7 +15,7 @@
|
|||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
<spec dep='SHOULD'>XEP-0004</spec>
|
<spec>XEP-0004</spec>
|
||||||
<spec>XEP-0030</spec>
|
<spec>XEP-0030</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
@ -548,10 +548,10 @@
|
|||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<example caption="Execute command result (with language/locale)"><![CDATA[
|
<example caption="Execute command result (with language/locale)"><![CDATA[
|
||||||
<iq type='result'
|
<iq type='result'
|
||||||
from='responder@domain'
|
from='responder@domain'
|
||||||
to='requester@domain'
|
to='requester@domain'
|
||||||
id='exec1'
|
id='exec1'
|
||||||
xml:lang='en-us'>
|
xml:lang='en-us'>
|
||||||
<command xmlns='http://jabber.org/protocol/commands'
|
<command xmlns='http://jabber.org/protocol/commands'
|
||||||
sessionid='list:20020923T213616Z-700'
|
sessionid='list:20020923T213616Z-700'
|
||||||
@ -936,7 +936,7 @@ xmpp:montague.net?command;node=stats
|
|||||||
<xs:attribute ref='xml:lang' use='optional'/>
|
<xs:attribute ref='xml:lang' use='optional'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element name='actions'>
|
<xs:element name='actions'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
@ -955,12 +955,12 @@ xmpp:montague.net?command;node=stats
|
|||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element name='note'>
|
<xs:element name='note'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='xs:string'>
|
<xs:extension base='xs:string'>
|
||||||
<xs:attribute name='type' use='required'>
|
<xs:attribute name='type' use='optional'>
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base='xs:NCName'>
|
<xs:restriction base='xs:NCName'>
|
||||||
<xs:enumeration value='error'/>
|
<xs:enumeration value='error'/>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
<spec dep="SHOULD">XEP-0004</spec>
|
<spec>XEP-0004</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
|
Loading…
Reference in New Issue
Block a user