You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 315B

123456789
  1. var config = {
  2. hosts: {
  3. domain: 'lambada.jitsi.net',
  4. muc: 'conference.lambada.jitsi.net', // FIXME: use XEP-0030
  5. bridge: 'jitsi-videobridge.lambada.jitsi.net' // FIXME: use XEP-0030
  6. },
  7. useNicks: false,
  8. bosh: '//lambada.jitsi.net/http-bind' // FIXME: use xep-0156 for that
  9. };