Empty messages aren't caught by MessageListener in room

Hi all, I have an issue with muc, if I send message with empty body to room(or someone else sends it) it is received(room sent it back and I see it in logcat) but it doesn’t appear in MessageListener.processMessage(), is it correct behaviour?

Here some logs:

SENT (0): 8Eb8B-4

RCV (0): 8Eb8B-4

If I add message body everything works fine.
I’m using asmack-android-8-4.0.0-rc2-SNAPSHOT-2014-05-23.

Thanks for reporting SMACK-568.

Please try the aSmack snapshot from today.

Hi, checked 4.0.0-rc3-SNAPSHOT-2014-05-29, it works, thanks.