[JDEV] SMS transport info needed how to configure jabber.xml!!!
Marco Balmer
mb at micressor.ch
Fri Nov 21 14:21:31 CST 2003
On Fri, 21 Nov 2003 11:09:18 +0000 (GMT), Ashwin Gupta wrote
> I am going to set SMS transport smst-R4 on my jaber-1.4.2
> server.So what should I do to start SMS transport on my jabber
> server and how to configure jabber.xml for that SMS transport.
Hello
You have to configure your main jabber.xml with following service tag:
<SNIP>
<service id='smslinker'>
<host>sms</host>
<accept>
<ip>127.0.0.1</ip>
<port>5299</port>
<secret>secret</secret>
<timeout>30</timeout>
</accept>
</service>
</SNIP>
Your first part of the smst.pl (Release 4) should be:
<SNIP>
use constant SERVICE_NAME => 'sms.localhost';
use constant SERVER => '127.0.0.1';
use constant PORT => 5299;
use constant SECRET => 'secret';
use constant PASSWORDS => '/home/jabberd/spool/spooldirectoryxy';
</SNIP>
You have to change this examples for your local configuration!
Good luck.
Marco
--
pub 1024D/5818B5AA 2001-03-07 Marco Balmer <mb at micressor.ch>
Keine Angst vor M$-Saftware! Ungeladen ist sie völlig harmlos.
More information about the JDev
mailing list