|
Revision 353:1d2876e6b15a, 0.7 KB
(checked in by Dmitry Nezhevenko <dion@…>, 3 years ago)
|
|
Implement storage for roster. Aliases should work now
|
| Line | |
|---|
| 1 | [log] |
|---|
| 2 | file=gluxi.log |
|---|
| 3 | |
|---|
| 4 | [account] |
|---|
| 5 | user=gluxi |
|---|
| 6 | password=password |
|---|
| 7 | server=jabber.inhex.net |
|---|
| 8 | resource=GluxiBot-dev |
|---|
| 9 | priority=40 |
|---|
| 10 | keepalive=60 |
|---|
| 11 | |
|---|
| 12 | [access] |
|---|
| 13 | owner=owner@jabber.lan |
|---|
| 14 | |
|---|
| 15 | [muc] |
|---|
| 16 | nick=gluxi |
|---|
| 17 | maxmsglength=500 |
|---|
| 18 | maxmsglines=10 |
|---|
| 19 | lazyoffline=1 |
|---|
| 20 | leave_checkinterval=3600 |
|---|
| 21 | leave_minjids=3 |
|---|
| 22 | leave_minjids_interval=86400 |
|---|
| 23 | |
|---|
| 24 | [database] |
|---|
| 25 | type=QMYSQL |
|---|
| 26 | server=testing |
|---|
| 27 | port=3306 |
|---|
| 28 | user=dion |
|---|
| 29 | password=mysql |
|---|
| 30 | database=gluxi |
|---|
| 31 | |
|---|
| 32 | [webstatus] |
|---|
| 33 | socket=/tmp/gluxi_webstatus |
|---|
| 34 | url=http://server/cgi-bin/webstatus.cgi?id=%1 |
|---|
| 35 | |
|---|
| 36 | [str] |
|---|
| 37 | ban_reason=You are not welcomed here |
|---|
| 38 | kick_reason=You are not welcomed here |
|---|
| 39 | visitor_reason=You shoud be a visitor |
|---|
| 40 | moderator_reason=You shoud be a moderator |
|---|
| 41 | participant_reason="You should be a participant |
|---|
| 42 | |
|---|
| 43 | [cmd] |
|---|
| 44 | disable_misc_sayjid=1 |
|---|
| 45 | |
|---|
| 46 | [roster] |
|---|
| 47 | autocreate_storage=0 |
|---|