diff options
Diffstat (limited to 'net-im/yahoo-transport/files/yahootrans.xml')
-rw-r--r-- | net-im/yahoo-transport/files/yahootrans.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/yahoo-transport/files/yahootrans.xml b/net-im/yahoo-transport/files/yahootrans.xml new file mode 100644 index 000000000000..281e160b443e --- /dev/null +++ b/net-im/yahoo-transport/files/yahootrans.xml @@ -0,0 +1,24 @@ +<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.yahoo.com</server> + <port>5050</port> + <charmap>CP1252</charmap> + </config> + </service> +</jabber> |