Updated README
This commit is contained in:
parent
7a0845ad39
commit
bb1e9e9d7f
|
@ -12,7 +12,8 @@
|
||||||
First of all, you need to create component listener on your Jabber server.
|
First of all, you need to create component listener on your Jabber server.
|
||||||
For example, for ejabberd:
|
For example, for ejabberd:
|
||||||
|
|
||||||
```port: 8888
|
```
|
||||||
|
port: 8888
|
||||||
module: ejabberd_service
|
module: ejabberd_service
|
||||||
access: all
|
access: all
|
||||||
shaper_rule: fast
|
shaper_rule: fast
|
||||||
|
@ -26,6 +27,7 @@ hosts:
|
||||||
|
|
||||||
Next, move **config.yml.example** to and **config.yml** and edit **xmpp** section to match component listener:
|
Next, move **config.yml.example** to and **config.yml** and edit **xmpp** section to match component listener:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
db_path: 'users.db'
|
db_path: 'users.db'
|
||||||
jid: 'telegram.jabber.ru'
|
jid: 'telegram.jabber.ru'
|
||||||
|
|
Reference in a new issue