|
var config = {
|
|
hosts: {
|
|
domain: 'your.domain.example',
|
|
muc: 'conference.your.domain.example', // FIXME: use XEP-0030
|
|
bridge: 'jitsi-videobridge.your.domain.example' // FIXME: use XEP-0030
|
|
},
|
|
useNicks: false,
|
|
bosh: '/http-bind' // FIXME: use xep-0156 for that
|
|
};
|