Hello
I want to get the date and time of xmpp message sent.Is something like that possible or is it defined in any xep ?
I've tried to implement it on clientside but it has lots of disadvantages.
First I've added a child element to xmpp message for adding the current time while sending the message but then I realized every iphone has different timezones and even they can change the clock manually so I've decided it should be a server side timestamp.
But I couldnt figure out a way to do that?
Do you know anything about that?
Thanks
Tolga