Resuming XMPP connection upon page refresh
问题 I am not able to maintain the connection on page refresh. Initially upon every refresh Strophe connection object is lost. So, the first approach I took was reconnecting on refresh. I am saving the JID, SID and RID in localStorage send the strophe attach call with saved details. AuthHandler.attach_params(jid_frm_storage, sid_frm_storage, rid_frm_storage); The attach callback is in actual AuthHandler Object that I have created and is logging perfectly that means it is okay to assume that my