diff --git a/xep-0184.xml b/xep-0184.xml index 09a30432..86821cbc 100644 --- a/xep-0184.xml +++ b/xep-0184.xml @@ -29,10 +29,10 @@ &stpeter; &hildjj; - 1.1rc1 - in progress, last updated 2010-02-24 + 1.1rc2 + in progress, last updated 2010-02-26 psa -

Relaxed the business rules to allow inclusion of receipt requests even to the bare JID and even if the sender does not yet know if the intended recipient supports this protocol.

+

Relaxed the business rules to allow inclusion of receipt requests even to the bare JID and even if the sender does not yet know whether the intended recipient supports this protocol; clarified the level of reliability that this protocol does and does not provide.

1.0 @@ -87,7 +87,16 @@
  • Enable a sender to request notification that an XMPP message stanza has been received.
  • Enable a recipient to provide message receipts if desired.
  • -

    Note: This document explicitly does not define a protocol for "guaranteed delivery", since that term (like "security") means different things to different people. Instead, we define a more focused protocol that addresses the need for message receipts, thus solving one problem that falls under the heading of "guaranteed delivery".

    + + +

    This document defines a protocol that enables a sender to ask the recipient to return a receipt for a message. Although the return of a message receipt lets the sender know that the message has been delivered, there are many reasons why the sender might not receive a receipt immediately or at all, including but not limited to the following:

    + +

    Therefore this document does not define a protocol for complete reliability or guaranteed delivery, and those who implement and deploy this protocol need to be aware of its limitations.

    In order to make it possible for senders to request and for recipients to generate message receipts, we define a dedicated protocol extension qualified by the 'urn:xmpp:receipts' namespace.