The server sends the following:
<body sid="7d743360-11f3-40d1-9e19-68999fdd9e1d" xmlns="http://jabber.org/protocol/httpbind" xmlns:stream="http://etherx.jabber.org/streams"><presence from="anders@my-domain.com/VrtUNcDg" to="anders@my-domain.com/F-MGERYW" type="unavailable" xmlns="jabber:client"><status>Disconnected: BOSH client silent for over 60 seconds</status></presence></body>
The connection is still open, but the connected user will appear as if offline.
I tried using https://github.com/strophe/strophejs-plugin-ping, however this didn't seem to solve the issue. Mainly because the callback handler would not trigger, leading me to think maybe the server is the issue (or the proxy).
The server sends the following:
The connection is still open, but the connected user will appear as if offline.
I tried using https://github.com/strophe/strophejs-plugin-ping, however this didn't seem to solve the issue. Mainly because the callback handler would not trigger, leading me to think maybe the server is the issue (or the proxy).