mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-09 19:05:05 -05:00
25e6827148
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@783 4b5297f7-1745-476d-ba37-a9c6900126ab
78 lines
2.6 KiB
XML
78 lines
2.6 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE xep SYSTEM 'xep.dtd' [
|
|
<!ENTITY % ents SYSTEM 'xep.ent'>
|
|
%ents;
|
|
]>
|
|
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
|
<xep>
|
|
<header>
|
|
<title>XMPP Basic Client 2008</title>
|
|
<abstract>This document defines the XMPP Basic Client 2008 compliance level.</abstract>
|
|
&LEGALNOTICE;
|
|
<number>0211</number>
|
|
<status>Experimental</status>
|
|
<type>Standards Track</type>
|
|
<sig>Standards</sig>
|
|
<dependencies>
|
|
<spec>XMPP Core</spec>
|
|
<spec>XMPP IM</spec>
|
|
<spec>XEP-0030</spec>
|
|
<spec>XEP-0115</spec>
|
|
</dependencies>
|
|
<supersedes/>
|
|
<supersededby/>
|
|
<shortname>N/A</shortname>
|
|
&stpeter;
|
|
<revision>
|
|
<version>0.1</version>
|
|
<date>2007-04-20</date>
|
|
<initials>psa</initials>
|
|
<remark><p>Initial published version.</p></remark>
|
|
</revision>
|
|
<revision>
|
|
<version>0.0.1</version>
|
|
<date>2007-03-30</date>
|
|
<initials>psa</initials>
|
|
<remark><p>First draft, split from XEP-0073.</p></remark>
|
|
</revision>
|
|
</header>
|
|
<section1 topic='Introduction' anchor='intro'>
|
|
<p>The &XSF; defines protocol suites for the purpose of compliance testing and software certification. This document specifies the XMPP Basic Client 2008 certification level.</p>
|
|
</section1>
|
|
<section1 topic='Definition' anchor='def'>
|
|
<p>The XMPP Basic Client 2008 certification level is defined as follows:</p>
|
|
<table caption='Required and Recommended Specifications'>
|
|
<tr>
|
|
<th>Specification</th>
|
|
<th>Requirement Level</th>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>&rfc3920;</strong></td>
|
|
<td>REQUIRED</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>&rfc3921;</strong></td>
|
|
<td>REQUIRED</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>&xep0030;</strong></td>
|
|
<td>REQUIRED</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>&xep0115;</strong></td>
|
|
<td>REQUIRED</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>
|
|
<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>
|
|
</section1>
|
|
<section1 topic='IANA Considerations' anchor='iana'>
|
|
<p>This document requires no interaction with &IANA;.</p>
|
|
</section1>
|
|
<section1 topic='XMPP Registrar Considerations' anchor='registrar'>
|
|
<p>This document requires no interaction with the ®ISTRAR;.</p>
|
|
</section1>
|
|
</xep>
|