Hi,
I'm trying to implement an instant messaging mobile client, and I have many doubts:
1. What happens with the sent messages while I lose the conection in a build without 3G coverage? I will lose them?
2. Can I make a MUC (chat room) persistent on the same situation like question 1 (without coverage) ? I want to preserve the groups structure with its users.
3. Can I preserve the sent messages in a MUC on the same situation like question 1 (without coverage) ? I want to preserve the messages sent by other users in the room while I was without coverage.
As far as I know, on Android platform I can preserve the connection with an open thread. But on iOS it's impossible.
There's a solution to all this things in the server side? Is the Openfire server a good choice for this requirements (mobile client) ?
It's possible that the solution for this things is the XEP-0198? Any other? Any Alternative?
Thanks for the help!