This is what happens: client.c: In function 'tp_yts_client_constructed': client.c:137:3: error: 'tp_base_client_set_channel_factory' is deprecated (declared at /data/build/telepathy/include/telepathy-1.0/telepathy-glib/base-client.h:157) [-Werror=deprecated-declarations] client.c: In function 'tp_yts_client_request_channel_async': client.c:670:3: error: 'tp_account_channel_request_set_channel_factory' is deprecated (declared at /data/build/telepathy/include/telepathy-1.0/telepathy-glib/account-channel-request.h:75) [-Werror=deprecated-declarations]
Xavier, do you know how we should fix this?
Created attachment 50126 [details] [review] Temporary patch: ignore deprecations
you can use tp_simple_client_factory_add_channel_features on your TpAccoutManager's factory instead.
Jonny fixed this in <http://cgit.freedesktop.org/ytstenut/telepathy-ytstenut/commit/?id=4879bac>.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.