blob: 6fe5b21b7c55ec88a87bc1d405dc61cedf75f449 (
plain)
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
|
<jabber>
<service id="muclinker">
<uplink/>
<connect>
<ip>127.0.0.1</ip>
<port>31518</port>
<secret>mymucsecret</secret>
</connect>
</service>
<service id="conference.localhost">
<load>
<conference>/usr/lib/jabberd/mu-conference.so</conference>
</load>
<conference xmlns="jabber:config:conference">
<public/>
<vCard>
<FN>Public Chatrooms</FN>
<DESC>This service is for public chatrooms.</DESC>
<URL>http://conference.localhost/logs/</URL>
</vCard>
<history>20</history>
<logdir>/var/log/jabber/conference/</logdir>
<sadmin>admin@localhost</sadmin>
<notice>
<join>has joined this session</join>
<leave>has left</leave>
<rename>is now known as</rename>
</notice>
</conference>
</service>
<pidfile>/var/log/jabber/muctrans.pid</pidfile>
</jabber>
|