summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2003-09-16 07:20:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9c81f2b535d6f89246a2eec1900f61535dabb8e8 (patch)
treec1ef99d30085daf7d8fe04ce26cda22c8085186f
parent672e4b5a297cb9d564a59dd174608a9938a2c564 (diff)
downloadsmst-9c81f2b535d6f89246a2eec1900f61535dabb8e8.zip
smst-9c81f2b535d6f89246a2eec1900f61535dabb8e8.tar.gz
- default configuration changes for use with jabberd-2.0 in PLD
Changed files: smst-default_config.patch -> 1.1
-rw-r--r--smst-default_config.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/smst-default_config.patch b/smst-default_config.patch
new file mode 100644
index 0000000..636b44a
--- /dev/null
+++ b/smst-default_config.patch
@@ -0,0 +1,15 @@
+diff -durN smst-R4.orig/smst.pl smst-R4/smst.pl
+--- smst-R4.orig/smst.pl Tue Sep 16 09:06:35 2003
++++ smst-R4/smst.pl Tue Sep 16 09:08:44 2003
+@@ -20,9 +20,9 @@
+ # BEGIN CONFIGURATION
+ use constant SERVICE_NAME => 'sms.localhost'; # full name of the SMS transport.
+ use constant SERVER => '127.0.0.1'; # ip/hostname of the jabber server to connect to
+-use constant PORT => 7010; # port on the jabber server to connect to
++use constant PORT => 5347; # port on the jabber server to connect to
+ use constant SECRET => 'secret'; # SECRET phrase for jabber component connection.
+-use constant PASSWORDS => './pass'; # spool file for 1stWap gateway passwords
++use constant PASSWORDS => '/var/lib/smst/pass'; # spool file for 1stWap gateway passwords
+ # END BASIC CONFIGURATION
+
+ # BEGIN EXTRA CONFIGURATION