How to send Stored IM ?

AccIm ima=session.createIm("testing", null);
ima.setFlags(AccImFlags.Store.value());
AccImSession imaSession = session.createImSession("my buddy", AccImSessionType.Im);

I've tried to send a offline message to the buddy "my buddy", but with this java code, it doesn't work. Anybody know why ?

Thanks.

Re: Sending invitation message

CustomSession gives one maximum control, but it limits interoperability.