forked from ermine/sulci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sulci.conf.example.ab
211 lines (170 loc) · 6.08 KB
/
sulci.conf.example.ab
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<sulci>
<account jid='username@server'>
<!-- <ip>127.0.0.1</ip> -->
<!-- <ip>localhost</ip> -->
<!-- <port>5222</port> -->
<resource>Ocaml</resource>
<password>secret</password>
<!-- Uncomment this to use STARTTLS
<starttls/>
-->
<!-- Uncomment this to use COMPRESS
<compress/>
-->
<!--
<rawxml_log file='$(datadir)/$(pkg_name)/log1.log'/>
-->
<!-- Reconnect interval in seconds. If count=0 do it infinitely -->
<!-- If you use NOT OWN jabber server, it is strongly recommended do not
do times more than 3.
<reconnect interval='10' times='3' />
-->
<!-- Max length of an outcoming stanza. By default 4000 Unicode symbols
<max_stanza_length value='4000'/>
-->
<!-- Max length of an outcoming message body. By default 512 Unicode symbols
Long messages will be splitted
<max_message_length value='512'/>
-->
</account>
<!-- Report log -->
<log>
<level value='debug'/>
<!--
<syslog facility='local0'/>
-->
<!--
<stderr/>
-->
<!--
<piped_log cmd='cmd'/>
-->
<file path='$(datadir)/$(pkg_name)/report.log'/>
</log>
<lang dir='$(datadir)/$(pkg_name)/lang' default='ru'/>
<acl jid='admin@localhost' class='botmaster'/>
<plugins>
<plugin name='commands' path='$(datadir)/$(pkg_name)/plugins/plugin_command'>
<prefix value='.'/>
</plugin>
<plugin name='scheduler' path='$(datadir)/$(pkg_name)/plugins/plugin_scheduler'/>
<plugin name='http' path='$(datadir)/$(pkg_name)/plugins/http_suck'/>
<plugin name='conversion' path='$(datadir)/$(pkg_name)/plugins/conv_xml' />
<plugin name='admin' path='$(datadir)/$(pkg_name)/plugins/plugin_admin'>
<command id='msg' access='botmaster'/>
<command id='quit' access='botmaster'/>
<command id='lang_update' access='botmaster'/>
<command id='lang_msgid' access='botmaster'/>
<command id='sh' access='botmaster' enabled='false'/>
</plugin>
<plugin name='brainfuck' path='$(datadir)/$(pkg_name)/plugins/plugin_brainfuck'>
<command id='bf'/>
</plugin>
<plugin name='calc' path='$(datadir)/$(pkg_name)/plugins/plugin_calc'>
<command id='calc'/>
<command id='rpn'/>
</plugin>
<plugin name='currency' path='$(datadir)/$(pkg_name)/plugins/plugin_currency'>
<scheduler time='11:00'/>
<command id='curr'/>
</plugin>
<plugin name='dict' path='$(datadir)/$(pkg_name)/plugins/plugin_dict'>
<!-- <server port=2628 host='localhost'/> -->
<server host='dict.org'/>
<command id='dict'/>
</plugin>
<plugin name='google' path='$(datadir)/$(pkg_name)/plugins/plugin_google'>
<command id='google'/>
<command id='translate' name='gtr'/>
</plugin>
<plugin name='hostip' path='$(datadir)/$(pkg_name)/plugins/plugin_hostip'>
<command id='hostip'/>
</plugin>
<plugin name='misc' path='$(datadir)/$(pkg_name)/plugins/plugin_misc'>
<command id='dns'/>
</plugin>
<plugin name='mueller' path='$(datadir)/$(pkg_name)/plugins/plugin_mueller'>
<db file='$(datadir)/mueller/Mueller24.koi'/>
<command id='mueller'/>
</plugin>
<plugin name='ping' path='$(datadir)/$(pkg_name)/plugins/plugin_ping'>
<command id='ping'/>
</plugin>
<plugin name='tld' path='$(datadir)/$(pkg_name)/plugins/plugin_tld'>
<db file='$(datadir)/$(pkg_name)/tlds'/>
<command id='tld'/>
</plugin>
<plugin name='translate' path='$(datadir)/$(pkg_name)/plugins/plugin_translate'>
<command id='tr'/>
</plugin>
<plugin name='userinfo' path='$(datadir)/$(pkg_name)/plugins/plugin_userinfo'>
<command id='version'/>
<command id='idle'/>
<command id='uptime'/>
<command id='time'/>
<command id='stats'/>
</plugin>
<plugin name='vcard' path='$(datadir)/$(pkg_name)/plugins/plugin_vcard'>
<command id='vcard'/>
</plugin>
<plugin name='vocabulary' path='$(datadir)/$(pkg_name)/plugins/plugin_vocabulary'>
<db file='$(datadir)/$(pkg_name)/vocabulary.db'/>
<command id='wtf'/>
<command id='dfn'/>
<command id='wtfremove' access='moderator'/>
</plugin>
<plugin name='weather' path='$(datadir)/$(pkg_name)/plugins/plugin_weather'>
<command id='wz'/>
</plugin>
<plugin name='yandex' path='$(datadir)/$(pkg_name)/plugins/plugin_yandex'>
<command id='blogs'/>
</plugin>
<!-- it was used on http://ejabberd.jabber.ru/ to display total
registered users and users online using ejabberd -->
<plugin name='globalstats' path='$(datadir)/$(pkg_name)/plugins/plugin_globalstats'>
<serverlist file='servers.list'/>
<result file='servers.res'/>
<interval value='3600'/>
</plugin>
-->
<plugin name='muc_log' path='$(datadir)/$(pkg_name)/plugins/muc_log'>
<dir path='./chatlogs'/>
</plugin>
<plugin name='muc' path='$(datadir)/$(pkg_name)/plugins/muc'>
<max_public_message_length value='400'/>
<db file='$(datadir)/$(pkg_name)/sulci_muc.db'/>
<acl role='moderator' class='moderator'/>
<acl affiliation='owner' class='owner'/>
</plugin>
<plugin name='admin_muc' path='$(datadir)/$(pkg_name)/plugins/plugin_admin_muc'>
<command id='invite' access='botmaster'/>
<command id='join' access='botmaster'/>
<command id='leave' access='botmaster'/>
<command id='nick' access='botmaster'/>
</plugin>
<plugin name='cerberus' path='$(datadir)/$(pkg_name)/plugins/plugin_cerberus'>
<kick value='true'/>
<notify jid='[email protected]'/>
</plugin>
<plugin name='markov' path='$(datadir)/$(pkg_name)/plugins/plugin_markov_sqlite3'>
<dir path='./markov_db'/>
<max_words value='20' />
<command id='markov_count' name='!!!count'/>
<command id='markov_top' name='!!!top'/>
</plugin>
<plugin name='roulette' path='$(datadir)/$(pkg_name)/plugins/plugin_roulette'>
<command id='roulette' name='tryme'/>
</plugin>
<plugin name='seen' path='$(datadir)/$(pkg_name)/plugins/plugin_seen'>
<db file='$(datadir)/$(pkg_name)/sulci_users.db'/>
<command id='seen'/>
</plugin>
<plugin name='talkers' path='$(datadir)/$(pkg_name)/plugins/plugin_talkers'>
<db file='$(datadir)/$(pkg_name)/talkers.db'/>
<command id='talkers'/>
</plugin>
<plugin name='vocabulary_muc' path='$(datadir)/$(pkg_name)/plugins/plugin_vocabulary_muc'>
<command id='dfn'/>
</plugin>
</plugins>
</sulci>