mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
One pubsub item per message in MAM
This commit is contained in:
parent
8afa00d15b
commit
6f78c8ea30
@ -453,7 +453,7 @@
|
||||
<p>A MUC archive MUST NOT include 'private message' results (those sent directly between occupants, not shared in the room) in the results</p>
|
||||
</section3>
|
||||
<section3 topic="Pubsub Archives">
|
||||
<p>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.</p>
|
||||
<p>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).</p>
|
||||
<example caption='Server returns a pubsub messages'><![CDATA[
|
||||
<message id='iasd208' to='juliet@capulet.lit/chamber'>
|
||||
<result xmlns='urn:xmpp:mam:0' queryid='g28' id='28482-20987-73623'>
|
||||
|
Loading…
Reference in New Issue
Block a user