mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Accept EME ProtoXEP, assigned XEP-0380
This commit is contained in:
parent
1c7f661317
commit
31e79d9e3d
@ -10,8 +10,8 @@
|
|||||||
<abstract>This specification provides a way to mark encrypted messages so the
|
<abstract>This specification provides a way to mark encrypted messages so the
|
||||||
recipient can discover how to decrypt it.</abstract>
|
recipient can discover how to decrypt it.</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>xxxx</number>
|
<number>0380</number>
|
||||||
<status>ProtoXEP</status>
|
<status>Experimental</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -29,6 +29,14 @@
|
|||||||
<email>linkmauve@linkmauve.fr</email>
|
<email>linkmauve@linkmauve.fr</email>
|
||||||
<jid>linkmauve@linkmauve.fr</jid>
|
<jid>linkmauve@linkmauve.fr</jid>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.1</version>
|
||||||
|
<date>2016-10-26</date>
|
||||||
|
<initials>fs</initials>
|
||||||
|
<remark>
|
||||||
|
<p>Initial published version approved by the XMPP Council.</p>
|
||||||
|
</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.0.2</version>
|
<version>0.0.2</version>
|
||||||
<date>2016-08-28</date>
|
<date>2016-08-28</date>
|
||||||
@ -99,7 +107,7 @@
|
|||||||
display that the message was encrypted but that it is not able to decrypt
|
display that the message was encrypted but that it is not able to decrypt
|
||||||
it instead of displaying the body, for example:</p>
|
it instead of displaying the body, for example:</p>
|
||||||
<div class='example'>
|
<div class='example'>
|
||||||
<p>🔒 This message was encrypted with OTR (urn:xmpp:otr:0) and could not be
|
<p>This message was encrypted with OTR (urn:xmpp:otr:0) and could not be
|
||||||
decrypted.</p>
|
decrypted.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -125,7 +133,7 @@
|
|||||||
<p>Upon receiving this message, Juliet’s current client prompts her to enable
|
<p>Upon receiving this message, Juliet’s current client prompts her to enable
|
||||||
a plugin, or even do it on its own, possible representations include:</p>
|
a plugin, or even do it on its own, possible representations include:</p>
|
||||||
<div class='example'>
|
<div class='example'>
|
||||||
<p>🔒 This message was encrypted with OpenPGP for XMPP
|
<p>This message was encrypted with OpenPGP for XMPP
|
||||||
(urn:xmpp:openpgp:0), <link url="#">click here</link> to enable this
|
(urn:xmpp:openpgp:0), <link url="#">click here</link> to enable this
|
||||||
plugin.</p>
|
plugin.</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user