jsxc.init({
  loadSettings: function() {
    return xmpp: {
      url: 'xmpp.eehome.ru:5280/http-bind/',
      domain: 'eehome.ru',
      resource: 'web',
      overwrite: true,
      onlogin: true
    };
  },
  root: '/jsxc/'
});

$('#button').click(jsxc.gui.showLoginBox);

