update readme to match with renamed config variables

This commit is contained in:
Christian S. 2015-08-02 11:23:37 +02:00
parent 8c5cca8a0a
commit c097e378a6

View File

@ -16,7 +16,7 @@ list](http://mail.jabber.org/pipermail/standards/2015-June/029969.html).
Configuration happens in `config.yml` and is pretty straight forward.
```jid``` and ```secret``` have to match the corresponding entries in your XMPP
```component_jid```, ```component_secret``` and ```component_port``` have to match the corresponding entries in your XMPP
server config (Refer to the documentation of your server).
```whitelist``` should contain a list of domains whos JIDs are allowed to
@ -31,7 +31,7 @@ more suitable for serving files than a python script.
For security purposes you should put the python script behind an HTTPS proxy or
stunnel (remember to adapt the URLs). For quicker results you can also use the
built in TLS encryption by setting ```keyfile``` and ```certfile``` in the
built in TLS encryption by setting ```http_keyfile``` and ```http_certfile``` in the
config file.
For the configuration of the XMPP server side have a look into the contrib