README

changeset 31
7f649b0ba94d
parent 30
2323adeb8c7c
child 39
4b08296a6748
equal deleted inserted replaced
30:2323adeb8c7c 31:7f649b0ba94d
16 include: 16 include:
17 17
18 --account=default 18 --account=default
19 The account to use from the configuration file (default 19 The account to use from the configuration file (default
20 is 'default') 20 is 'default')
21
22 -c
23 --chatroom[=chatroom address]
24 Join a chatroom, if no address is specified then the value
25 of the --to parameter is used.
26
27 --nick=nickname
28 The nickname to use if clix joins a chatroom, default "clix"
29
30 -o
31 --presence
32 Send presence, that is - appear online to contacts.
33
34 -p
35 --password=password
36 Set the password to use for authentication (overrides config)
37
38 -r
39 --resource=resource
40 Set the resource to use (default is to let the server choose)
41
42 -q
43 --quiet
44 Suppress informational messages
21 45
22 -v 46 -v
23 --verbose 47 --verbose
24 Enables verbose logging of the XMPP connection 48 Enables verbose logging of the XMPP connection
25 49

mercurial