mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Update OpenPGP for XMPP to Experimental
Update OpenPGP for XMPP Instant Messaging to Experimental
This commit is contained in:
parent
e24ab378f9
commit
f907c8f63d
@ -26,8 +26,8 @@ Standards Foundation.</permissions>
|
||||
<liability>In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall the XMPP Standards Foundation or any author of this Specification be liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising out of the use or inability to use the Specification (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if the XMPP Standards Foundation or such author has been advised of the possibility of such damages.</liability>
|
||||
<conformance>This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which may be found at <<link url='http://xmpp.org/extensions/ipr-policy.shtml'>http://xmpp.org/extensions/ipr-policy.shtml</link>> or obtained by writing to XSF, P.O. Box 1641, Denver, CO 80201 USA).</conformance>
|
||||
</legal>
|
||||
<number>xxxx</number>
|
||||
<status>ProtoXEP</status>
|
||||
<number>0373</number>
|
||||
<status>Experimental</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -60,6 +60,12 @@ Standards Foundation.</permissions>
|
||||
<email>look@my.amazin.horse</email>
|
||||
<jid>valodim@stratum0.org</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.0.2</version>
|
||||
<date>2016-05-10</date>
|
||||
<initials>XEP Editor (ssw)</initials>
|
||||
<remark><p>Initial published version approved by the XMPP Council.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.0.1</version>
|
||||
<date>2016-03-25</date>
|
||||
@ -75,9 +81,7 @@ Standards Foundation.</permissions>
|
||||
signatures, of data with the help of OpenPGP. Additional XEPs will
|
||||
use this extension protocol as building block when specifying their
|
||||
own OpenPGP profile suiting their use case. One such profile is the
|
||||
Instant Messaging Profile specified in <link
|
||||
url='../xep-openpgp-im/xep-openpgp-im.html'>XEP-OXIM: OpenPGP for
|
||||
XMPP Instant Messaging</link>.</p>
|
||||
Instant Messaging Profile specified in &xep0374;.</p>
|
||||
|
||||
<p>XMPP provides the mechanisms to solve a lot of issues that come
|
||||
with modern day OpenPGP usage. For example, based on &xep0163; this
|
||||
@ -213,7 +217,7 @@ Standards Foundation.</permissions>
|
||||
signed. After the &openpgp; element and the including &signcrypt;,
|
||||
&sign; or &crypt; element was verified, they are processed
|
||||
according to the specification of the relevant OpenPGP for XMPP
|
||||
profile (see for example XEP-OXIM).</p>
|
||||
profile (see for example &xep0374;).</p>
|
||||
|
||||
</section2>
|
||||
|
@ -13,8 +13,8 @@
|
||||
<xep>
|
||||
<header>
|
||||
<title>OpenPGP for XMPP Instant Messaging</title>
|
||||
<abstract>Specifies a OpenPGP for XMPP (XEP-OX) profile for the
|
||||
Instant Messaging (IM) use case.</abstract>
|
||||
<abstract>Specifies a OpenPGP for XMPP (XEP-OX) profile for the Instant
|
||||
Messaging (IM) use case.</abstract>
|
||||
<legal>
|
||||
<copyright>This XMPP Extension Protocol is copyright (c) 1999 - 2016 by the XMPP Standards Foundation (XSF).</copyright>
|
||||
<permissions>Permission is hereby granted, free of charge, to any person obtaining a copy of this specification (the "Specification"), to make use of the Specification without restriction, including without limitation the rights to implement the Specification in a software program, deploy the Specification in a network service, and copy, modify, merge, publish, translate, distribute, sublicense, or sell copies of the Specification, and to permit persons to whom the Specification is furnished to do so, subject to the condition that the foregoing copyright notice and this permission notice shall be included in all copies or substantial portions of the Specification. Unless separate permission is granted, modified works that are redistributed shall not contain misleading information regarding the authors, title, number, or publisher of the Specification, and shall not claim endorsement of the modified works by the authors, any organization or project to which the authors belong, or the XMPP
|
||||
@ -23,15 +23,15 @@ Standards Foundation.</permissions>
|
||||
<liability>In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall the XMPP Standards Foundation or any author of this Specification be liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising out of the use or inability to use the Specification (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if the XMPP Standards Foundation or such author has been advised of the possibility of such damages.</liability>
|
||||
<conformance>This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which may be found at <<link url='http://xmpp.org/extensions/ipr-policy.shtml'>http://xmpp.org/extensions/ipr-policy.shtml</link>> or obtained by writing to XSF, P.O. Box 1641, Denver, CO 80201 USA).</conformance>
|
||||
</legal>
|
||||
<number>xxxx</number>
|
||||
<status>ProtoXEP</status>
|
||||
<number>0374</number>
|
||||
<status>Experimental</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
<dependencies>
|
||||
<spec>XMPP Core</spec>
|
||||
<spec>XEP-0030</spec>
|
||||
<spec>XEP-OX</spec>
|
||||
<spec>XEP-0373</spec>
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
@ -54,6 +54,12 @@ Standards Foundation.</permissions>
|
||||
<email>look@my.amazin.horse</email>
|
||||
<jid>valodim@stratum0.org</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.0.2</version>
|
||||
<date>2016-05-10</date>
|
||||
<initials>XEP Editor (ssw)</initials>
|
||||
<remark><p>Initial published version approved by the XMPP Council.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.0.1</version>
|
||||
<date>2016-03-25</date>
|
||||
@ -64,9 +70,8 @@ Standards Foundation.</permissions>
|
||||
|
||||
<section1 topic='Introduction' anchor='intro'>
|
||||
|
||||
<p>This XMPP extension protocol specifies a profile of <link
|
||||
url='openpgp.html'>OpenPGP for XMPP
|
||||
(XEP-OX)</link> for OpenPGP secured Instant Messaging (IM).</p>
|
||||
<p>This XMPP extension protocol specifies a profile of &xep0373; for OpenPGP
|
||||
secured Instant Messaging (IM).</p>
|
||||
|
||||
<p>Unlike similar XEPs, e.g. OMEMO, this XEP <em>does not</em>
|
||||
provide Forward Secrecy (FS), but as an advantage in return, allows
|
||||
@ -124,16 +129,12 @@ Standards Foundation.</permissions>
|
||||
to store OpenPGP key information in the Domain Name
|
||||
System (DNS). This specification does not restrict the mechanism
|
||||
of key discovery and retrieval, but compliant clients MUST support
|
||||
the public key announcement as described in <link
|
||||
url='openpgp.html#announcing-discover-pubkey'>XEP-OX
|
||||
§ 4</link>.</p>
|
||||
the public key announcement as described in &xep0373; §4.</p>
|
||||
|
||||
<p>After the required public keys have been discovered, XMPP
|
||||
clients engage in an OpenPGP secured IM
|
||||
conversation by exchanging &openpgp; extension elements. They MUST
|
||||
use the &signcrypt; OpenPGP content element specified in <link
|
||||
url='openpgp.html#exchange'>XEP-OX §
|
||||
3.1</link>.</p>
|
||||
use the &signcrypt; OpenPGP content element specified in &xep0373; §3.1.</p>
|
||||
|
||||
<p>The child elements of the OpenPGP content element's &payload;
|
||||
can be seen as stanza extension elements which are encrypted and
|
||||
@ -168,7 +169,7 @@ Standards Foundation.</permissions>
|
||||
|
||||
<section3 topic='OpenPGP Secret Key Synchronization' anchor='openpgp-secret-key-sync'>
|
||||
|
||||
<p>Clients MAY want to use the mechanism in XEP-OX § 5 to
|
||||
<p>Clients MAY want to use the mechanism in &xep0374; §5 to
|
||||
synchronize their secret key(s) over multiple devices. Thus, they
|
||||
should query the user's PEP service for an eventually stored
|
||||
encrypted secret key.</p>
|
||||
@ -234,16 +235,14 @@ Standards Foundation.</permissions>
|
||||
<section1 topic='XML Schema' anchor='schema'>
|
||||
|
||||
<p>This XEP does not define a Schema, since it exclusively uses elements from
|
||||
XEP-OX and other XEPs.</p>
|
||||
&xep0373; and other XEPs.</p>
|
||||
|
||||
</section1>
|
||||
|
||||
<section1 topic='Acknowledgements' anchor='acknowledgements'>
|
||||
|
||||
<p>Please refer to the <link
|
||||
url='openpgp.html#acknowledgements'>Acknowledgements
|
||||
section of XEP-OX</link>, since the two XEPs where designed
|
||||
together.</p>
|
||||
<p>Please refer to the Acknowledgements section of &xep0373;, since the two
|
||||
XEPs where designed together.</p>
|
||||
|
||||
</section1>
|
||||
</xep>
|
2
xep.ent
2
xep.ent
@ -1381,3 +1381,5 @@ IANA Service Location Protocol, Version 2 (SLPv2) Templates</link></span> <note>
|
||||
<!ENTITY xep0370 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0370.html'>Jingle HTTP Transport Method (XEP-0370)</link></span> <note>XEP-0370: Jingle HTTP Transport Method <<link url='http://xmpp.org/extensions/xep-0370.html'>http://xmpp.org/extensions/xep-0370.html</link>>.</note>" >
|
||||
<!ENTITY xep0371 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0371.html'>Jingle ICE Transport Method (XEP-0371)</link></span> <note>XEP-0371: Jingle ICE Transport Method <<link url='http://xmpp.org/extensions/xep-0371.html'>http://xmpp.org/extensions/xep-0371.html</link>>.</note>" >
|
||||
<!ENTITY xep0372 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0372.html'>References (XEP-0372)</link></span> <note>XEP-0372: References <<link url='http://xmpp.org/extensions/xep-0372.html'>http://xmpp.org/extensions/xep-0372.html</link>>.</note>" >
|
||||
<!ENTITY xep0373 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0373.html'>OpenPGP for XMPP (XEP-0373)</link></span> <note>XEP-0373: OpenPGP for XMPP <<link url='http://xmpp.org/extensions/xep-0373.html'>http://xmpp.org/extensions/xep-0373.html</link>>.</note>" >
|
||||
<!ENTITY xep0374 "<span class='ref'><link url='http://xmpp.org/extensions/xep-0374.html'>OpenPGP for XMPP Instant Messaging (XEP-0374)</link></span> <note>XEP-0374: OpenPGP for XMPP Instant Messaging <<link url='http://xmpp.org/extensions/xep-0374.html'>http://xmpp.org/extensions/xep-0374.html</link>>.</note>" >
|
||||
|
Loading…
Reference in New Issue
Block a user