mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
1.10rc2: harmonized Table 2 and schema for condition values
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4245 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
e9d35a0442
commit
aa5edd4c0b
10
xep-0124.xml
10
xep-0124.xml
@ -30,10 +30,10 @@
|
||||
&stpeter;
|
||||
&metajack;
|
||||
<revision>
|
||||
<version>1.10rc1</version>
|
||||
<date>in progress, last updated 2010-06-10</date>
|
||||
<version>1.10rc2</version>
|
||||
<date>in progress, last updated 2010-06-15</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Further clarified use of 'from' and 'to' attributes.</p></remark>
|
||||
<remark><p>Further clarified use of 'from' and 'to' attributes; added missing condition values to the schema.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.9</version>
|
||||
@ -1024,10 +1024,14 @@ Content-Length: 68
|
||||
<xs:attribute name='condition' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:NCName'>
|
||||
<xs:enumeration value='bad-request'/>
|
||||
<xs:enumeration value='host-gone'/>
|
||||
<xs:enumeration value='host-unknown'/>
|
||||
<xs:enumeration value='improper-addressing'/>
|
||||
<xs:enumeration value='internal-server-error'/>
|
||||
<xs:enumeration value='item-not-found'/>
|
||||
<xs:enumeration value='other-request'/>
|
||||
<xs:enumeration value='policy-violation'/>
|
||||
<xs:enumeration value='remote-connection-failed'/>
|
||||
<xs:enumeration value='remote-stream-error'/>
|
||||
<xs:enumeration value='see-other-uri'/>
|
||||
|
Loading…
Reference in New Issue
Block a user