From 2489dbcdb8721e80e29d26454db8ba292dbcec2b Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Mon, 15 Mar 2010 17:40:16 +0000 Subject: [PATCH] 1.1rc7: added asymptotic note git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4082 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0184.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0184.xml b/xep-0184.xml index 906eb9f5..1d46dc02 100644 --- a/xep-0184.xml +++ b/xep-0184.xml @@ -102,7 +102,7 @@
  • The recipient returns a receipt but the receipt is lost on the way back from the recipient to the sender (e.g., because of connectivity issues or software failures at any hop).
  • The recipient simply does not wish to return a receipt for the sent message.
  • -

    Because of these significant limitations, this protocol does not provide complete or even partial reliability or guaranteed delivery. Therefore, the sender SHOULD NOT impute any meaning to the lack of a receipt unless it has established with the recipient that receipt requests will be honored; however, methods for doing so are out of scope for this specification and it is NOT RECOMMENDED to take any particular action (such as resending a message) without such methods.

    +

    Because of these significant limitations, this protocol does not provide complete or even partial reliability or guaranteed delivery. Therefore, the sender SHOULD NOT impute any meaning to the lack of a receipt unless it has established with the recipient that receipt requests will be honored; however, methods for doing so are out of scope for this specification and it is NOT RECOMMENDED to take any particular action (such as resending a message) without such methods. This protocol merely provides a building block that could be used in conjunction with other protocols to asymptotically approach the eventual goal of messaging reliability and guaranteed delivery.