Not received new message while message does not have body element

After updated smack with 4.2.0 new messages received listener not working.

All messages with body element are working perfect. But without body element it not called newIncomingMessage but getting log inside of library.

Following is my message format which i’m not getting inside of listener.
<message type="chat" to="237@chat.server.com/android" id="8EE2FC70-FD83-4012-B8CC-10E2B6ACC9B8" from="102@chat.server.com/ios"><hangout xmlns="urn:xmpp:status" id="kPIjq-385" status="2"/><request xmlns="urn:xmpp:receipts"/></message>

Would you please help me to find problem with above message format ?