mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
initial published version
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@853 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
17d2bcdcbc
commit
18dae7e6bf
82
xep-0216.xml
Normal file
82
xep-0216.xml
Normal file
@ -0,0 +1,82 @@
|
||||
<?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 Intermediate IM Server 2008</title>
|
||||
<abstract>This document defines the XMPP Intermedate IM Server 2008 compliance level.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0216</number>
|
||||
<status>ProtoXEP</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<dependencies>
|
||||
<spec>XEP-0212</spec>
|
||||
<spec>XEP-0016</spec>
|
||||
<spec>XEP-0045</spec>
|
||||
<spec>XEP-0054</spec>
|
||||
<spec>XEP-0163</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-05-11</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>First draft.</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 Server 2008 certification level.</p>
|
||||
</section1>
|
||||
<section1 topic='Definition' anchor='def'>
|
||||
<p>The XMPP Intermediate IM Server 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>&xep0212;</strong></td>
|
||||
<td>REQUIRED</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>&xep0016;</strong></td>
|
||||
<td>REQUIRED</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>&xep0045;</strong></td>
|
||||
<td>REQUIRED *</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>&xep0054;</strong></td>
|
||||
<td>REQUIRED</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>&xep0163;</strong></td>
|
||||
<td>RECOMMENDED</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>* It is an implementation decision how support for multi-user chat is enabled, e.g., directly or by means of an external component (see &xep0114;).</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>
|
Loading…
Reference in New Issue
Block a user