Software /
code /
clix
Comparison
README @ 10:49b83fa1f6fd
README: Add config file example
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 07 Jan 2010 02:20:16 +0000 |
parent | 6:0ec2fd06a962 |
child | 30:2323adeb8c7c |
comparison
equal
deleted
inserted
replaced
9:c1d591488695 | 10:49b83fa1f6fd |
---|---|
24 Enables verbose logging of the XMPP connection | 24 Enables verbose logging of the XMPP connection |
25 | 25 |
26 When no command is specified, clix will print a list of the names | 26 When no command is specified, clix will print a list of the names |
27 and descriptions of all built-in commands. | 27 and descriptions of all built-in commands. |
28 | 28 |
29 ## Configuration | |
30 Clix looks for its config file at $HOME/.clix - it is a simple 'ini' | |
31 format, which looks like this: | |
32 | |
33 [default] | |
34 jid=user@example.com | |
35 password=mypassword | |
36 | |
37 [otheraccount] | |
38 jid=otheruser@example.org | |
39 password=theirpassword | |
40 | |
41 and so on. You can define as many accounts as you want, if no account | |
42 is called 'default' then the first account is the default. If there is | |
43 no [] header at the start of the file it is assumed to be [default]. | |
44 | |
29 ## Building and installing | 45 ## Building and installing |
30 Building clix is (by no accident) quite simple. It depends on Verse, | 46 Building clix is (by no accident) quite simple. It depends on Verse, |
31 an XMPP client library for Lua. Verse in turn depends on several | 47 an XMPP client library for Lua. Verse in turn depends on several |
32 libraries, all dependencies are listed here. | 48 libraries, all dependencies are listed here. |
33 | 49 |