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 302B

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