From bdf56193ba69a45227c34eea0ea65b297202597d Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Fri, 16 Feb 2007 00:05:31 +0000 Subject: [PATCH] xhtml fixes git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@588 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0025.xml | 10 ++++------ xep-0029.xml | 2 -- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/xep-0025.xml b/xep-0025.xml index eb6afd3f..e0e524bc 100644 --- a/xep-0025.xml +++ b/xep-0025.xml @@ -141,13 +141,12 @@ the identifier. The server must always return a 200 response code, sending any session errors as specially-formatted identifiers.

-

- The client sends requests with bodies in the following format: +

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

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

@@ -264,8 +263,7 @@

-

- The following is the sequence used for client communication +

The following is the sequence used for client communication:

  1. The client generates some initial K(0, seed) and runs the algorithm diff --git a/xep-0029.xml b/xep-0029.xml index 8fe86401..22a193bc 100644 --- a/xep-0029.xml +++ b/xep-0029.xml @@ -62,7 +62,6 @@

JIDs are encoded UTF-8. A grammar will be presented first, followed by specific clarifying and further restricting remarks.

-

<JID> ::= [<node>"@"]<domain>["/"<resource>] <node> ::= <conforming-char>[<conforming-char>]* @@ -78,7 +77,6 @@ <any-char> ::= [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] -

A domain identifier is a standard DNS hostname as specified in RFC952 http://www.ietf.org/rfc/rfc952.txt and RFC1123. http://www.ietf.org/rfc/rfc1123.txt It is case-insensitive 7-bit ASCII and limited to 255 bytes. It is the only required component of a JID.

Identifier