mftaha / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Timezone for jabber.protocol.x.Delay.Stamp (XEP-0091) #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When receiving delayed messages I receive a datetime in UTC. I would it expect 
to be in local time or announced in manual, that it is UTC.

According to XEP-0091, the timezone for these delayed messages has to be 
interpreted in UTC, that's correct, but most applications would probably prefer 
local time.

I think best way to maintain compatibility is to change description in manual 
and maybe add another property StampLocalTime.

Didn't have the possibility test behavior for new delayed delivery  
jabber.protocol.x.ModernDelay (XEP-0203).

Original issue reported on code.google.com by t...@gmx.de on 29 Jun 2011 at 2:30