How to handle offline message
From: "Ruddy Gbaguidi" <plugworld@xxxxxxxxxx>
Date: Fri, 5 Mar 2010 20:51:43 +0100 (CET)
Hi all.

First I want to thank to gloox developers for this great library.

 

We have a software using gloox to communicate with other software.

When we connect to the jabber network, sometimes, we receive messages that
was sent when we were offline.

On the handleMessage, in the message, I don't see anything about if the
received message was one sent when we were offline or not.

 

But in the raw xml, I can see a <offline /> tag..

 

Thanks