From d4d8de4fd42b29eac127055640a689ee4dfa23ec Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Mon, 22 Feb 2010 01:14:33 +0000 Subject: [PATCH] corrected examples git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3957 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0013.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/xep-0013.xml b/xep-0013.xml index 3af41e49..04149445 100644 --- a/xep-0013.xml +++ b/xep-0013.xml @@ -129,10 +129,8 @@ - - ... + - ... ]]> @@ -243,7 +241,7 @@ @@ -272,8 +270,6 @@ -... - ]]>

A client MAY retrieve all messages without first requesting message headers. In this case, the server MUST return all of the user's offline messages and also MUST NOT send a flood of offline messages if the user subsequently sends initial presence to the server during this session. That is, the semantics here are the same as for requesting message headers.

@@ -295,7 +291,7 @@

This section shows the flow of protocol between client (C:) and server (S:) for the existing (flood) scenario and the improved (POP3-like) scenario.

- S: @@ -310,9 +306,9 @@ S: send message flood to Client C: receive flood, send and receive messages, etc. -... and so on]]> +... and so on]]>

The semantics change with POP-like offline message handling, and server behavior changes as well...

- S: @@ -334,7 +330,7 @@ NOTE: Server does not flood Client with offline messages, but C: request and remove offline messages, send and receive messages, etc. -... and so on]]> +... and so on]]>

A server MUST NOT deliver a user's offline messages to any JID except one of the user's authorized resources.