maxpowel / jQuery-XMPP-plugin

Javascript library for the XMMP protocol
http://plugins.jquery.com/project/xmpp-lib
163 stars 50 forks source link

Fix Google Chrome disconnect on Window unload event #7

Closed asghonim closed 12 years ago

asghonim commented 12 years ago

Google chrome does not close xmpp connection when disconnect is called from the window unload event unless the ajax call is synchronous.

maxpowel commented 12 years ago

Thank you! Excelent work!