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 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