From bcc925a8e2fa1473d1c2ae8b6c55646ef61f359b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 18 Apr 2018 12:57:35 +0200 Subject: [PATCH 1/2] XEP-0373: Fix typos --- xep-0373.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xep-0373.xml b/xep-0373.xml index 4521727f..3ce33512 100644 --- a/xep-0373.xml +++ b/xep-0373.xml @@ -156,7 +156,7 @@ that is, it represents either a &signcrypt;, a &sign; or a &crypt; extension element qualified by the 'urn:xmpp:openpgp:0' namespace. Note that OpenPGP's ASCII Armor is not used, instead - the XMPP client MUST encode the raw bytes of OpenPGP message using + the XMPP client MUST encode the raw bytes of the OpenPGP message using Base64.

In case of a &signcrypt; element, the OpenPGP message embedded @@ -213,21 +213,21 @@ &signcrypt; MUST have at least one MUST have exactly one - SHOULD have exaclty one + SHOULD have exactly one MUST have exactly one &sign; MAY NOT contain one - MUST have exaclty one + MUST have exactly one NOT REQUIRED MUST have exactly one &crypt; MUST have at least one - MUST have exaclty one - SHOULD have exaclty one + MUST have exactly one + SHOULD have exactly one MUST have exactly one @@ -304,7 +304,7 @@ send a PubSub &IQ; request to the entity's bare JID of which it wants to know the public key.

- ]]>

Note that the result may contain multiple pubkey elements. Only - the public keys found in the most recent MUST be used. Requesters + the public keys found in the most recent item MUST be used. Requesters may want to limit the results to the most recent item using the 'max_items' attribute set to '1'. Clients could alternatively use &xep0059; as an alternative to 'max_items' but accoding to From b0e66eaf8601c439291661d852c6710532c0cfa0 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 18 Apr 2018 13:10:57 +0200 Subject: [PATCH 2/2] XEP-0374: Fix typo --- xep-0374.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0374.xml b/xep-0374.xml index 95a9f657..79781728 100644 --- a/xep-0374.xml +++ b/xep-0374.xml @@ -128,7 +128,7 @@ -

In order to establish a OpenPGP secured IM communication, IM +

In order to establish an OpenPGP secured IM communication, IM clients first need to determine the public key of their interlocutor(s). OpenPGP historically provides public keyservers which can be used for key retrieval. Additional there are methods