I am using aSmack library to communicate with remote xmpp server. I am able to send/receive messages, but I want to get timestamp of incoming message.
Could you tell me
With smack 4.2.0-rc2-SNAPSHOT version it's easy to access,
DelayInformation delayInformation = forwarded.getDelayInformation(); delayInformation.getStamp().getTime();