From b2296606c36d16e7fb131fa13368c6dc26567b5c Mon Sep 17 00:00:00 2001 From: nmset Date: Sat, 14 Apr 2018 21:43:34 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 777510a..5f7b7ec 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,18 @@ DBus. It runs on the system bus, and hence, must be run as root. USAGE It must be started with two mandatory parameters : + + --jid (-j) : a valid XMPP jid, the sender : ex. srv-admin@srv.domain.tld --password (-w) : the sender's authotization token to connect to the server + + Optional parameters may be used : + + --resource (-r) : XMPP ressource label, default : SAF + + --server (-s) : overrides the server part of the sender's jid --port (-p) : overrides default XMPP 5222 port, default : 5222 nevertheless --retry (-y) : Number of times to try to connect to server, default = 0