parse smacks delay from messages
This commit is contained in:
parent
8d8cb92e43
commit
9f060f477f
|
@ -333,7 +333,7 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
|
||||||
}
|
}
|
||||||
|
|
||||||
if (timestamp == null) {
|
if (timestamp == null) {
|
||||||
timestamp = AbstractParser.parseTimestamp(packet);
|
timestamp = AbstractParser.parseTimestamp(original,AbstractParser.parseTimestamp(packet));
|
||||||
}
|
}
|
||||||
final String body = packet.getBody();
|
final String body = packet.getBody();
|
||||||
final Element mucUserElement = packet.findChild("x", "http://jabber.org/protocol/muc#user");
|
final Element mucUserElement = packet.findChild("x", "http://jabber.org/protocol/muc#user");
|
||||||
|
|
Loading…
Reference in a new issue