blob: 72418ab22f871d4df14f791936449a713b150669 (
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
|
<jabber>
<service id="yahoolinker">
<connect>
<ip>127.0.0.1</ip>
<port>9875</port>
<secret>myyahoosecret</secret>
</connect>
<uplink/>
</service>
<pidfile>/var/run/yahoo-jabber.pid</pidfile>
<service id="yahoo.localhost">
<load><yahoo_transport>/usr/lib/jabberd/yahoo-transport.so</yahoo_transport></load>
<config xmlns="jabber:config:yahoo">
<vCard>
<NAME>Yahoo Transport</NAME>
</vCard>
<instructions>Enter your YAHOO! Messenger Username and Password to register with the gateway.</instructions>
<server>scs.msg.yahoo.com</server>
<port>5050</port>
<charmap>CP1252</charmap>
</config>
</service>
<pidfile>/var/log/jabber/yahootrans.pid</pidfile>
</jabber>
|