How to continue last session, after network disconnect?

2.6k views Asked by At

I am working in android application using ejabberd as a server.I make call to user using VOIP. I disconnected from server when my internet connection goes down.After internet connection come, I need to continue last session,before timeout occurs.I found XMPP extension XEP-0198 stream management , but This extension is not implemented in ejabberd.And this extension implemented in prosody server and some clients.But what I want is should not re-login, this means opening a new stream , TLS ,SASL authentication and resource binding should not occurs while continue previous session, and directly resume previous session.Is there any other alternative for this?

0

There are 0 answers