freebsd-ports/net-p2p/py-tremc/pkg-message
Tobias C. Berner 26363fab72 net-p2p/py-tremc: update to v9.1
* resurrect dns/py-adns@r439825

Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Differential Revision:	https://reviews.freebsd.org/D16683
2018-09-16 08:03:36 +00:00

24 lines
613 B
Text

##########################################################################
Authentication and host/port can be set via command line with one of these
patterns:
$ tremc -c homeserver
$ tremc -c homeserver:1234
$ tremc -c johndoe:secretbirthday@homeserver
$ tremc -c johndoe:secretbirthday@homeserver:1234
You can write this (and other) stuff into a configuration file:
$ tremc -c johndoe:secretbirthday@homeserver:1234 --create-config
No configuration file is created automatically. You must create it.
$ tremc --create-config
##########################################################################