Example: Implementing a Telepathy Tube Client

This chapter provides a worked example of how to implement a Telepathy Tube client. Before launching into this chapter, you should at least have read Chapter 2 ― Basics and skim-read Chapter 11 ― Tubes, Chapter 12 ― Implementing Telepathy Services and Section 4.1.1.3 ― Implementing a Handler.

This example is presented in Python, because it is the most illustrative of the low-level Telepathy API. Other Telepathy bindings will provide convienience methods and short-cuts for implementing this example.