Initial draft of SIG-E2EE

This commit is contained in:
Paul Schaub 2019-12-30 15:06:15 +01:00
parent 93f8036469
commit d02f0d69ed
No known key found for this signature in database
GPG Key ID: 62BEE9264BF17311
1 changed files with 53 additions and 0 deletions

53
inbox/sige2ee.xml Normal file
View File

@ -0,0 +1,53 @@
<?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>Special Interests Group End to End Encryption</title>
<abstract>This document proposes the formation of a Special Interest Group (SIG) within the XSF devoted to the development of end-to-end encryption within the context of XMPP.</abstract>
&LEGALNOTICE;
<number>XXXX</number>
<status>ProtoXEP</status>
<type>Procedural</type>
<sig>None</sig>
<dependencies/>
<supersedes/>
<supersededby/>
<shortname>SIG-E2EE</shortname>
&paulschaub;
<revision>
<version>0.0.1</version>
<date>2019-12-30</date>
<initials>ps</initials>
<remark>Initial published version.</remark>
</revision>
</header>
<section1 topic='Introduction' anchor='intro'>
<p>End-to-end encryption presents a vital tool for users to protect their communications against third parties. To ensure a good user experience it is important to agree on shared standards which are widely rolled out and adopted by implementations.</p>
<p>There already exists a number of encryption protocols with different properties and scopes. It is necessary to coordinate the efforts of further improving those standards to identify and unify common problems and patterns.</p>
</section1>
<section1 topic='Scope and Role' anchor='scope'>
<p>The role of the SIG shall be as follows:</p>
<ul>
<li>Produce, or coordinate the production and maintenance of relevant XMPP Extension Protocol (XEP) documents as described below under Deliverables.</li>
<li>Represent the interests and requirements of the XMPP community during the development of end-to-end encryption protocols that are non-exclusive to XMPP.</li>
<li>Provide recommendations for implementers.</li>
</ul>
<p>The SIG-E2EE shall not itself approve XMPP extension protocols (XEPs), which tasks shall remain under the purview of the XMPP Council.</p>
<p>The scope of the SIG is limited to end-to-end encryption in contexts which are useful for instant messaging.</p>
</section1>
<section1 topic='Membership' anchor='membership'>
<p>The SIG-E2EE shall be open to the public and shall not be limited to elected members of the XMPP Standards Foundation. Anyone who works with, or is interested in encryption protocols is invited to take part.</p>
<p>Discussions shall be conducted in a dedicated openly accessible mailing list.</p>
</section1>
<section1 topic='Lifetime' anchor='lifetime'>
<p>The SIG-E2EE shall be a standing SIG, and shall exist as long as the XMPP Council deems it useful.</p>
</section1>
<section1 topic='Deliverables' anchor='deliverables'>
<p>The SIG-E2EE should maintain active existing end-to-end encryption specifications and keep them up to date.</p>
<p>It should also coordinate the production of future end-to-end encryption specifications to keep up with the state of the art.</p>
</section1>
</xep>