diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-06-13 20:10:35 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-06-13 20:10:35 +0000 |
commit | 1b492ecf8fb7817ad3e4213121ec564fad9b060f (patch) | |
tree | f7a26b3566800f6ef191730662521d001568cc47 /examples | |
parent | 1030bb092527d46990730aa9109517e4a37534bf (diff) |
add README file to exmaples directory which explains account files
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..6e4310f --- /dev/null +++ b/examples/README @@ -0,0 +1,19 @@ + +These examples all take as their first parameter a file which contains account +details. An account file contains a set of key/value pairs, where the key and +the value are separated by a colon and a space. + +The keys "manager" and "protocol" must be present. Other values are passed to +RequestConnection(). + +Example: + +manager: gabble +protocol: jabber +account: foo@bar.com +password: s3kr1t +server: bar.com +port: 5223 +old-ssl: true +ignore-ssl-errors: true + |