parse smacks delay from messages

This commit is contained in:
Daniel Gultsch 2016-10-06 18:09:44 +02:00
parent 8d8cb92e43
commit 9f060f477f

View file

@ -333,7 +333,7 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
}
if (timestamp == null) {
timestamp = AbstractParser.parseTimestamp(packet);
timestamp = AbstractParser.parseTimestamp(original,AbstractParser.parseTimestamp(packet));
}
final String body = packet.getBody();
final Element mucUserElement = packet.findChild("x", "http://jabber.org/protocol/muc#user");