-
Notifications
You must be signed in to change notification settings - Fork 4
/
sample_config.ini
52 lines (38 loc) · 1.08 KB
/
sample_config.ini
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
; The start of the file (with no section) is for base XMP3 options
; The address to listen on
; address = 127.0.0.1
; The port to listen on
; port = 5222
; Whether to use SSL or not (true | false)
; ssl = true
; File containing the SSL key
; keyfile = server.pem
; File containing the SSL certificate
; certificate = server.crt
; The name of the server (server's JID)
; name = localhost
; Paths to search for extension modules. You can repeat this option to add
; more paths.
; modpath = bin
; modpath = foo
modpath = build
; Load module shared objects
[modules]
mcast = libxmp3_multicast.so
; Can instantiate multiple copied of a library by assigning to a different name
; muc2 = libxep_muc.so
; Options for the MUC component.
; Uses key that was defined in the [modules] section
; If MUC is compiled into XMP3 (the default), use the [muc] key to configure it
;[muc]
; The domain for the MUC component
; domain = conference.localhost
[mcast]
; Multicast address
; address = 225.1.2.104
; Multicast port
; port = 6010
; Multicast TTL
; ttl = 64
; Receive buffer size (30kb)
; bufsize = 30720