This directory contains all the headers  for the two Telepathy-Qt
libraries.

Core is for QtTelepathyCore (a "serverside" implementation of the
telepathy specification). This is required to build e.g. custom
Connection Managers.

Client is for QtTelepathyClient, a "clientside" implementation of
the teleptahy specification. This is what most developers will want:
It has everything required to use Telepathy Connection Managers.

Common contains common datatypes, etc. required by both, the Client
and the Core version of Telepathy-Qt

All the files ending in _gen.h are generated. Use the corresponding .h
files to customize them and try not to edit the _gen.h files
themselves.

