Hi Mickaël,
Yes, I’m definitively connected, I can see online contact and also can chat to them. We are running Openfire 3.6.3.
After more troubleshooting it seems that the offline messages did not come from one particular account… the messages were sent out using that account by a perl script (Net::Jabber module) and when a message was constructed the ‘type’ property was set to “normal” rather than “chat” (don’t ask me why?!?).
$connection->MessageSend( to => “$me”, subject => “$subject”, type => “chat”, body => “foo”);
Once that was fixed I can now receive the offline messages. Thanks for the great product :)