This file is indexed.

/usr/share/doc/python-telepathy/examples/README is in python-telepathy 0.15.19-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.