forked from mehulsbhatt/xmppserver
-
Notifications
You must be signed in to change notification settings - Fork 2
/
c2s.beta.conf
47 lines (45 loc) · 1.03 KB
/
c2s.beta.conf
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
{
"fingerprint": "ECE0F5AB9DA556172E994F46B919BA89ABFABE1A",
"network": "kontalk.net",
"host": "beta.kontalk.net",
"log.levels": [ "ALL" ],
"debug": true,
// for client connections
"bind": {
"plain" : [
"localhost",
6222
],
"ssl": [
"localhost",
6223
]
},
// for plain-old SSL connections
"ssl_key": "server.key",
"ssl_cert": "server.crt",
// for OpenPGP authentication over TLS
"pgp_key": "server-pgp.beta.key",
"pgp_cert": "server-pgp.beta.crt",
"pgp_keyring": "keyring.gpg",
"router": {
"socket": "router.beta.sock",
"jid": "c2s",
"secret": "secret"
},
// user registration
/*
"registration": {
"provider": "android_emu_sms",
"from": "54321"
},
*/
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "ciao",
"dbname": "betamessenger",
"dbmodule": "oursql"
}
}