summaryrefslogtreecommitdiff
path: root/Developing_With_Telepathy.mdwn
blob: 1bb3e46661a8b1540dfbc9cb7fa9280f277eaae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

* Read the **[[Documentation]]**
* **[[Download]]** what you need.

## Languages and libraries

In order to interract with other Telepathy components is is recommended to use a high-level library instead of working with the D-Bus API directly.

* [[Telepathy GLib|Components/Telepathy GLib]], for C/GLib users
* [[Telepathy Qt|Components/Telepathy Qt]], for C++/Qt users

If you want to use Python or some other scripting language, it is recommended that you use [[Telepathy GLib|Components/Telepathy GLib]] via GObject-Introspection.

## When things go wrong

* [[Debugging information|DeveloperNotes/Debugging]]
* [[Report bugs|Bugs]]