git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@826 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-05-11 22:50:13 +00:00
parent 7379a47eec
commit 424712a0b4
3 changed files with 54 additions and 7 deletions

View File

@ -17,12 +17,20 @@
<spec>XMPP Core</spec>
<spec>XMPP IM</spec>
<spec>XEP-0030</spec>
<spec>XEP-0106</spec>
<spec>XEP-0115</spec>
<spec>XEP-0138</spec>
</dependencies>
<supersedes/>
<supersededby/>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>0.2</version>
<date>2007-05-11</date>
<initials>psa</initials>
<remark><p>Added JID Escaping (XEP-0106) and Stream Compression (XEP-0138) as recommended.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2007-04-20</date>
@ -58,10 +66,18 @@
<td><strong>&xep0030;</strong></td>
<td>REQUIRED</td>
</tr>
<tr>
<td><strong>&xep0106;</strong></td>
<td>RECOMMENDED</td>
</tr>
<tr>
<td><strong>&xep0115;</strong></td>
<td>REQUIRED</td>
</tr>
<tr>
<td><strong>&xep0138;</strong></td>
<td>RECOMMENDED</td>
</tr>
</table>
<p>Note: Some of these protocols have their own dependencies. In addition, the XMPP RFCs are currently being revised to incorporate errata and feedback based on implementation experience; therefore implementors are advised to refer to &rfc3920bis; and &rfc3921bis; for the most up to date specifications and references.</p>
</section1>

View File

@ -19,12 +19,20 @@
<spec>XEP-0030</spec>
<spec>XEP-0078</spec>
<spec>XEP-0086</spec>
<spec>XEP-0106</spec>
<spec>XEP-0115</spec>
<spec>XEP-0138</spec>
</dependencies>
<supersedes/>
<supersededby/>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>0.2</version>
<date>2007-05-11</date>
<initials>psa</initials>
<remark><p>Added JID Escaping (XEP-0106) and Stream Compression (XEP-0138) as recommended.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2007-04-20</date>
@ -68,9 +76,17 @@
<td><strong>&xep0086;</strong></td>
<td>RECOMMENDED*</td>
</tr>
<tr>
<td><strong>&xep0106;</strong></td>
<td>RECOMMENDED</td>
</tr>
<tr>
<td><strong>&xep0138;</strong></td>
<td>RECOMMENDED</td>
</tr>
</table>
<p>Some of these protocols have their own dependencies. In addition, the XMPP RFCs are currently being revised to incorporate errata and feedback based on implementation experience; therefore implementors are advised to refer to &rfc3920bis; and &rfc3921bis; for the most up to date specifications and references.</p>
<p>* Note: Support for XEP-0078 and XEP-0086 is recommended for backwards compatibility only. It is likely that compliance definitions for future years will remove these recommendations.</p>
<p>* Note: Support for XEP-0078 and XEP-0086 is recommended for backward compatibility only. It is likely that compliance definitions for future years will remove these recommendations.</p>
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>This document introduces no additional security considerations above and beyond those defined in the documents on which it depends.</p>

View File

@ -6,17 +6,18 @@
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep>
<header>
<title>XMPP Intermediate Client 2008</title>
<abstract>This document defines the XMPP Intermediate Client 2008 compliance level.</abstract>
<title>XMPP Intermediate IM Client 2008</title>
<abstract>This document defines the XMPP Intermediate IM Client 2008 compliance level.</abstract>
&LEGALNOTICE;
<number>0213</number>
<status>Experimental</status>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
<spec>XMPP IM</spec>
<spec>XEP-0211</spec>
<spec>XEP-0016</spec>
<spec>XEP-0045</spec>
<spec>XEP-0054</spec>
<spec>XEP-0071</spec>
<spec>XEP-0085</spec>
</dependencies>
@ -24,6 +25,12 @@
<supersededby/>
<shortname>N/A</shortname>
&stpeter;
<revision>
<version>0.2</version>
<date>2007-05-11</date>
<initials>psa</initials>
<remark><p>Per list discussion, modified MUC support, added privacy lists, and added vCard support.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2007-04-20</date>
@ -48,13 +55,21 @@
<th>Requirement Level</th>
</tr>
<tr>
<td><strong>XMPP Basic Client 2008</strong></td>
<td>&xep0211;</td>
<td>REQUIRED</td>
</tr>
<tr>
<td>&xep0045;</td>
<td><strong>&xep0016;</strong></td>
<td>RECOMMENDED</td>
</tr>
<tr>
<td>&xep0045;, Entity Use Cases and Occupant Use Cases</td>
<td>REQUIRED</td>
</tr>
<tr>
<td>&xep0054;</td>
<td>RECOMMENDED</td>
</tr>
<tr>
<td>&xep0071;</td>
<td>REQUIRED</td>