From 6f78c8ea30c3241acda0931093a2701f54f7d92b Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Fri, 23 Jan 2015 13:54:42 +0000 Subject: [PATCH] One pubsub item per message in MAM --- xep-0313.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0313.xml b/xep-0313.xml index 48459206..c4fece03 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -453,7 +453,7 @@

A MUC archive MUST NOT include 'private message' results (those sent directly between occupants, not shared in the room) in the results

-

A PubSub service offering MAM SHOULD store each of the items published to each node. When responding to MAM requests it MUST construct the message stanza within the <forwarded> element in the same manner as the notifications sent to subscribers for the item, except that specifying the 'from' 'to' and 'id' attributes are OPTIONAL.

+

A PubSub service offering MAM SHOULD store each of the items published to each node. When responding to MAM requests it MUST construct the message stanza within the <forwarded> element in the same manner as the notifications sent to subscribers for the item, except that specifying the 'from' 'to' and 'id' attributes are OPTIONAL. Pubsub items must be returned one per message stanza (i.e. there MUST NOT be multiple <item> elemetns within the <items> element).