From c097e378a64a0f6fba163b70998998cfe5c97602 Mon Sep 17 00:00:00 2001 From: "Christian S." Date: Sun, 2 Aug 2015 11:23:37 +0200 Subject: [PATCH] update readme to match with renamed config variables --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5276111..29ef85f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ 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 -server config (Refer to the documentation of your server). +```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 upload files. Remove the entry if you want to allow everyone (not really @@ -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