Update README.md

This commit is contained in:
nmset
2018-04-14 21:43:34 +02:00
committed by GitHub
parent f62e657baf
commit b2296606c3

View File

@@ -11,10 +11,18 @@ DBus. It runs on the system bus, and hence, must be run as root.
USAGE USAGE
It must be started with two mandatory parameters : It must be started with two mandatory parameters :
--jid (-j) : a valid XMPP jid, the sender : ex. srv-admin@srv.domain.tld --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 --password (-w) : the sender's authotization token to connect to the server
Optional parameters may be used : Optional parameters may be used :
--resource (-r) : XMPP ressource label, default : SAF --resource (-r) : XMPP ressource label, default : SAF
--server (-s) : overrides the server part of the sender's jid --server (-s) : overrides the server part of the sender's jid
--port (-p) : overrides default XMPP 5222 port, default : 5222 nevertheless --port (-p) : overrides default XMPP 5222 port, default : 5222 nevertheless
--retry (-y) : Number of times to try to connect to server, default = 0 --retry (-y) : Number of times to try to connect to server, default = 0