I am using aSmack and Openfire for my chat application. I am able send and receive message finely. Openfire support offline message transfer when recipient is offline by keeping message until he comes online.
But what to do when sender is offline or his internet drops between communication?
Is there any api provided by aSmack/Smack which keeps message until internet is back ?
Or should i send my messages through SQLite ?