Quobis / QoffeeSIP

QoffeeSIP is a complete Javascript SIP stack that can be used in a website to exploit all the multimedia capabilities of WebRTC technology. Instead of using pure Javascript, QoffeeSIP has been coded with CoffeeScript so you can easily modify it to suit your needs.
GNU Lesser General Public License v3.0
27 stars 5 forks source link

websocket re-tries required for any socket dis-connection #10

Open prasaddp5 opened 10 years ago

prasaddp5 commented 10 years ago

I have observed a behavior in qoffee that if the websocket connection disconnects there is no auto-mechanism to connect it back unless your refresh the screen and re-register. Can we implement a mechanism in which websocket gets re-connected if it happens to find the socket connection got broken with re-register sent.

I see JsSIP handles this effectively.

Thanks, Prasad