From ea9dd25861cd0c605ad2718188633a023129bdf2 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 4 Oct 2007 17:50:09 +0000 Subject: [PATCH] typo git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1282 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0060.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0060.xml b/xep-0060.xml index fcb08c96..582b1c15 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -1367,7 +1367,7 @@ And by opposing end them?

If multiple subscriptions for the same JID are allowed, the service MUST use the 'subid' attribute to differentiate between subscriptions for the same entity (therefore the SubID MUST be unique for each node+JID combination and the SubID MUST be present on the entity element any time it is sent to the subscriber). It is NOT RECOMMENDED for clients to generate SubIDs, since collisions might result; therefore a service SHOULD generate the SubID on behalf of the subscriber and MAY overwrite SubIDs if they are provided by subscribers. If the service does not allow multiple subscriptions for the same entity and it receives an additional subscription request, the service MUST return the current subscription state (as if the subscription was just approved).

-

When a subscription request is successfully processed, the service MAY send the last published item to the new subscriber. The message containing this item SHOULD be stamped with extended information qualified by the 'urn:xmpp:delay' namespace (see &xep0203;) to indicate it is are sent with delayed delivery. (Note that in this example the message notification is sent to the bare JID since that is the subscribed JID.)

+

When a subscription request is successfully processed, the service MAY send the last published item to the new subscriber. The message containing this item SHOULD be stamped with extended information qualified by the 'urn:xmpp:delay' namespace (see &xep0203;) to indicate it is sent with delayed delivery. (Note that in this example the message notification is sent to the bare JID since that is the subscribed JID.)