File: README

package info (click to toggle)
telepathy-python 0.15.19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,332 kB
  • ctags: 406
  • sloc: xml: 27,760; python: 2,511; sh: 715; makefile: 114
file content (25 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

These examples (except generate-manager-file.py) 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

---

generate-manager-file.py takes one argument: the name of a connection manager
(such as "gabble"), defaulting to "haze" if the argument is not found.  It
spits out suitable contents for a .manager file for that protocol.