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:
Peter Saint-Andre 2010-06-15 14:54:59 +00:00
parent e9d35a0442
commit aa5edd4c0b
1 changed files with 7 additions and 3 deletions

View File

@ -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'/>