您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

config.js.example 323B

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