blob: b071896e6d1e507c6f8b2d00dc3c2b48ab177986 (
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
|
<jabber>
<service id="aimlinker">
<uplink/>
<connect>
<ip>127.0.0.1</ip>
<port>5233</port>
<secret>myaimsecret</secret>
</connect>
</service>
<service id='aim.localhost'>
<load><aim_transport>/usr/lib/jabberd/aimtrans.so</aim_transport></load>
<aimtrans xmlns='jabber:config:aimtrans'>
<aimbinarydir>/usr/lib/jabberd</aimbinarydir>
<vCard>
<FN>AIM Transport</FN>
<DESC>AIM Transport!</DESC>
<URL>http://aim.localhost/</URL>
</vCard>
</aimtrans>
</service>
<pidfile>/var/log/jabber/aim.pid</pidfile>
</jabber>
|