diff --git a/xep-0025.xml b/xep-0025.xml index 1308a1d9..c6b2a8fd 100644 --- a/xep-0025.xml +++ b/xep-0025.xml @@ -148,9 +148,9 @@ sending any session errors as specially-formatted identifiers.

The client sends requests with bodies in the following format:

- + identifier ; key [ ; new_key] , [xml_body] - +

If the identifier is zero, key indicates an initial key. In this case, new_key should not be specified, and must be ignored.

@@ -231,10 +231,10 @@ sending messages and receiving incoming traffic from another machine.

The key algorithm should be familiar with those with knowledge of Jabber zero-knowledge authentication.

- + K(n, seed) = Base64Encode(SHA1(K(n - 1, seed))), for n > 0 K(0, seed) = seed, which is client-determined - +

Note: Base64 encoding is defined in &rfc3548;. SHA1 is defined in &rfc3174;.

No framing is implied by a single request or reply. A single request can