rayo / xmpp

Fork of the XMPP XEP repo
http://gitorious.org/xmpp
3 stars 3 forks source link

Rayo events should be timestamped for reliable processing in the client #90

Closed benlangfeld closed 10 years ago

benlangfeld commented 10 years ago

Some clients want to use Rayo events for billing purposes. This requires the time of generation of the event to be known precisely. Currently, clients have to approximate using the arrival time in their code, which might be significantly later.

I propose that we state that all presence stanzas emitted by a rayo server SHOULD implement XEP-0203: Delayed Delivery.

benlangfeld commented 10 years ago

This will be included in Rayo v0.4 when I submit to the XSF shortly.