blob: 9013b8996cd00858ea7c0e662a802ed393edced3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
##########################################################################
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
##########################################################################
|