On Sun, Jan 9, 2011 at 2:16 PM, Thomas Kratz <[email protected]> wrote: > after a while I found my way back here. > I'm using 0.5 with a smack client and I found today that chat messages > i sent to offline users get lost. no debug messages seen so far. I > have a custom storage provider for user management with my db. Roster > is in memory. > is this state of the implementation or do I get something wrong ? I > thought I would see the message delviered when the user becomes > available.
Bernd is the expert here, but looking at org.apache.vysper.xmpp.delivery.inbound.DeliveringInternalInboundStanzaRelay.offlineStanzaReceiver I note that this will always be null and therefore we would not handle a user which is offline. However, I would think you should find something in your log file about this. /niklas
