6c3fb39c17
Jabber is an open XML protocol for real-time exchange of messages and presence notification between any two points on the Internet. The first application of Jabber technology is an asynchronous, extensible instant messaging platform, and an IM network that offers functionality similar to legacy IM systems such as AIM, ICQ, MSN, and Yahoo. This is a complete rewrite of the original jabberd.
31 lines
1 KiB
Text
31 lines
1 KiB
Text
$NetBSD: patch-ad,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $
|
|
|
|
--- etc/s2s.xml.in.orig 2003-10-08 02:31:16.000000000 +0200
|
|
+++ etc/s2s.xml.in 2003-10-08 02:31:56.000000000 +0200
|
|
@@ -6,7 +6,7 @@
|
|
<!-- The process ID file. comment this out if you don't need to know
|
|
to know the process ID from outside the process (eg for control
|
|
scripts) -->
|
|
- <pidfile>@localstatedir@/jabberd/pid/s2s.pid</pidfile>
|
|
+ <pidfile>@PIDDIR@/s2s.pid</pidfile>
|
|
|
|
<!-- Router connection configuration -->
|
|
<router>
|
|
@@ -33,7 +33,7 @@
|
|
commented out, or the file can't be read, no attempt will be
|
|
made to establish an encrypted channel with the router. -->
|
|
<!--
|
|
- <pemfile>@sysconfdir@/server.pem</pemfile>
|
|
+ <pemfile>@SSLCERTS@/server.pem</pemfile>
|
|
-->
|
|
|
|
<!-- Router connection retry -->
|
|
@@ -62,7 +62,7 @@
|
|
|
|
<!-- if logging to file, this is the filename of the logfile -->
|
|
<!--
|
|
- <file>@localstatedir@/jabberd/log/s2s.log</file>
|
|
+ <file>@LOGDIR@/s2s.log</file>
|
|
-->
|
|
</log>
|
|
|