the function called to request user approval of unrequested (incoming) channels matching this client's approver filter (since 0.11.13)
the function called to handle channels matching this client's handler filter (since 0.11.13)
the function called to observe newly-created channels matching this client's observer filter (since 0.11.13)
the parent class
The class of a #TpBaseClient.
The virtual methods
observe_channels,
add_dispatch_operation
andhandle_channels
can be also implemented by calling tp_base_client_implement_observe_channels(), tp_base_client_implement_add_dispatch_operation() and tp_base_client_implement_handle_channels(). This is compatible with telepathy-glib versions older than 0.11.13.