diff --git a/app.js b/app.js index b7f7bb703..86994b428 100644 --- a/app.js +++ b/app.js @@ -1477,28 +1477,6 @@ function setView(viewName) { // } } -function hangUp() { - if (connection && connection.connected) { - // ensure signout - $.ajax({ - type: 'POST', - url: config.bosh, - async: false, - cache: false, - contentType: 'application/xml', - data: "", - success: function (data) { - console.log('signed out'); - console.log(data); - }, - error: function (XMLHttpRequest, textStatus, errorThrown) { - console.log('signout error', textStatus + ' (' + errorThrown + ')'); - } - }); - } - disposeConference(true); -} - $(document).bind('fatalError.jingle', function (event, session, error) {