5d0c0f9d0d
PR: ports/84049 Submitted by: maintainer Approved by: perky (mentor)
54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
--- sulci/sulci.conf.example.orig Mon Jul 25 12:52:33 2005
|
|
+++ sulci/sulci.conf.example Mon Jul 25 14:34:06 2005
|
|
@@ -1,6 +1,6 @@
|
|
<sulci>
|
|
<jabber>
|
|
- <server>jabber.ru</server>
|
|
+ <server>localhost</server>
|
|
<port>5222</port>
|
|
<user>sxxxx</user>
|
|
<resource>Ocaml</resource>
|
|
@@ -14,20 +14,22 @@
|
|
-->
|
|
<reconnect interval='10' count='3' />
|
|
|
|
- <lang dir="./lang" default="ru"/>
|
|
+ <lang dir="/usr/local/share/sulci/lang" default="ru"/>
|
|
|
|
- <acl jid='ermine@jabber.ru' class='admin'/>
|
|
+ <acl jid='admin@localhost' class='admin'/>
|
|
|
|
<muc msg_limit="400">
|
|
<!-- <room nick="sulci-test" jid="z@conference.jabber.ru" lang="ru"/> -->
|
|
- <room nick="sulci" jid="ejabberd@conference.jabber.ru" lang="en"/>
|
|
+ <room nick="sulci" jid="test@conference.localhost" lang="en"/>
|
|
|
|
<chatlogs>./chatlogs</chatlogs>
|
|
</muc>
|
|
|
|
+ <!--
|
|
<debug>
|
|
<logfile>log.log</logfile>
|
|
</debug>
|
|
+ -->
|
|
|
|
<plugins>
|
|
|
|
@@ -37,7 +39,7 @@
|
|
|
|
<vocabulary name="vocabulary"/>
|
|
|
|
- <mueller file="/path/to/Mueller24.koi" hashext=".hash" />
|
|
+ <mueller file="/usr/local/share/mueller-dic/Mueller7accentGPL.koi" hashext=".h" />
|
|
|
|
<markov dir="./markov_db" msg_limit="20" />
|
|
|
|
@@ -59,7 +61,7 @@
|
|
-->
|
|
|
|
<cerberus kick="true">
|
|
- <notify jid="jid@jabber.server"/>
|
|
+ <notify jid="admin@localhost"/>
|
|
</cerberus>
|
|
|
|
</plugins>
|