forked from igniterealtime/openfire-xmppweb-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.js
More file actions
28 lines (28 loc) · 707 Bytes
/
local.js
File metadata and controls
28 lines (28 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// eslint-disable-next-line no-unused-vars, no-var
var config = {
name: 'XMPP web',
transports: {
websocket: 'wss://chat.domain-web.ltd/xmpp-websocket',
},
hasGuestAccess: true,
hasRegisteredAccess: true,
anonymousHost: null,
// anonymousHost: 'anon.domain-xmpp.ltd',
isTransportsUserAllowed: false,
hasHttpAutoDiscovery: false,
resource: 'Web XMPP',
defaultDomain: 'domain-xmpp.ltd',
defaultMuc: null,
// defaultMuc: 'conference.domain-xmpp.ltd',
isStylingDisabled: false,
hasSendingEnterKey: false,
connectTimeout: 5000,
pinnedMucs: [],
logoUrl: '',
sso: {
endpoint: false,
jidHeader: 'jid',
passwordHeader: 'password',
},
guestDescription: '',
}