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.example 315B

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