Hi,

let's kick this discussion up.

2009/10/1 Fabio Forno <[email protected]>:
> so +1 for modtime

we seem to have reached a overall understanding that a attribute
called "stamp" could be added to the item element. Example:

<item stamp='20091027225837256'>

If we are going to do this, should we then also allow the usage of
time stamp when requesting items from the node
(http://xmpp.org/extensions/xep-0060.html#subscriber-retrieve-requestall)?

For example this would return items from the node since 20009-10-24T00:00:00Z:
<iq type='get'
    from='[email protected]/wagon'
    to='pubsub.example.com'
    id='items1'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <items node='let_me_tell_you_something' stamp='20091024000000'/>
  </pubsub>
</iq>

This would be usable with nodes with presence_based_delivery set to
true (for example).


Comments? What do you think?

Br,
--
tuomas

Reply via email to