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>
|
||||
<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'/>
|
||||
|
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user