diff --git a/xep-0160.xml b/xep-0160.xml index 38ea4be7..87aa41df 100644 --- a/xep-0160.xml +++ b/xep-0160.xml @@ -55,7 +55,7 @@

The RECOMMENDED process flow is as follows:

  1. Sender generates XMPP message stanza This document does not discuss IQ or presence stanzas, handling of which is described in RFC 6120 and RFC 6121. for delivery to a recipient such as an IM user or other node, where the 'to' address is of the form <node@domain> or <node@domain/resource> (see RFC 6121 for rules regarding server handling of such XMPP message stanzas).
  2. -
  3. Recipient's server determines that the intended recipient has no available resources that have specified non-negative presence priority. As specified in RFC 6120, available resources that have specified a negative presence priority shall never receive message stanzas addressed to <node@domain>.
  4. +
  5. Recipient's server determines that the intended recipient has no available resources that have specified non-negative presence priority. As specified in RFC 6121, available resources that have specified a negative presence priority shall never receive message stanzas addressed to <node@domain>.
  6. Recipient's server determines that if the server can store offline messages on behalf of the intended recipient; if not (e.g., because the recipient's offline message queue is full), the server returns a &unavailable; error to the sender.
  7. Recipient's server does not return a &unavailable; error but instead stores the message stanza for later delivery.
  8. When the recipient next sends non-negative available presence to the server, the server delivers the message to the resource that has sent that presence. (Alternatively, the server may support &xep0013;, although that functionality is not described herein.)