-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
37 lines (37 loc) · 1.23 KB
/
config.xml
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
<config>
<server>
<connectiontype>tcpip</connectiontype>
<hostname>localhost</hostname>
<port>5526</port>
<secret>bandersnatch</secret>
</server>
<component>
<name>[email protected]</name>
</component>
<mysql>
<server>localhost</server>
<dbname>bandersnatch</dbname>
<username>bandersnatch</username>
<password>bandersnatch</password>
</mysql>
<debug>
<level>0</level>
<file>stdout</file>
</debug>
<site>
<local_server>localhost</local_server>
<admin_jids>admin@localhost</admin_jids>
<confidential_jids>[email protected]</confidential_jids>
<ignore_jids>[email protected]</ignore_jids>
<ignore_jids>[email protected]</ignore_jids>
<ignore_jids>headlines.jabber.yourdomain.com</ignore_jids>
<local_domains>conference.jabber.yourdomain.com</local_domains>
<local_domains>bandersnatch.jabber.yourdomain.com</local_domains>
<local_server>your.jabber.server</local_server>
<admin_jids>[email protected]</admin_jids>
<confidential_jids>[email protected]</confidential_jids>
<ignore_jids>[email protected]</ignore_jids>
<privacy>1</privacy>
<aggressive_presence>0</aggressive_presence>
</site>
</config>