aboutsummaryrefslogtreecommitdiffstats
path: root/net/sulci/files/patch-sulci-sulci.conf.example
blob: 89fa0f9fa7d19e8372a85a161c92bab809ce1583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--- 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>