GNOME Bugzilla – Bug 725070
Use TpAccountChannelRequest high level API
Last modified: 2014-02-27 11:12:36 UTC
.
Created attachment 270139 [details] [review] call-utils: inline call_new_with_streams() We no longer support fallbacking to StreamedMedia so there is no point keeping this static function.
Created attachment 270140 [details] [review] empathy_call_new_with_streams: remove initial_audio arg We always pass TRUE.
Created attachment 270141 [details] [review] call-handler: remove 'initial-audio' prop It was always set to TRUE anyway.
Created attachment 270142 [details] [review] call-utils: use TpAccountChannelRequest higher level API
Created attachment 270143 [details] [review] empathy-chat: use tp_account_channel_request_new_text()
Created attachment 270144 [details] [review] share-my-desktop: use tp_account_channel_request_set_target_contact()
Created attachment 270145 [details] [review] request-util: use TpAccountChannelRequest higher level API
Created attachment 270146 [details] [review] tp-chat: use TpAccountChannelRequest higher level API
Created attachment 270147 [details] [review] ft-handler: use TpAccountChannelRequest higher level API
+1
Merged to master. Not closing yet as I have a few more patches. Attachment 270139 [details] pushed as 912bbee - call-utils: inline call_new_with_streams() Attachment 270140 [details] pushed as 1fd36e1 - empathy_call_new_with_streams: remove initial_audio arg Attachment 270141 [details] pushed as 6a1fee5 - call-handler: remove 'initial-audio' prop Attachment 270142 [details] pushed as 25f83bd - call-utils: use TpAccountChannelRequest higher level API Attachment 270143 [details] pushed as a58c33e - empathy-chat: use tp_account_channel_request_new_text() Attachment 270144 [details] pushed as 4bf3c0d - share-my-desktop: use tp_account_channel_request_set_target_contact() Attachment 270145 [details] pushed as dba5942 - request-util: use TpAccountChannelRequest higher level API Attachment 270146 [details] pushed as 7bc22f4 - tp-chat: use TpAccountChannelRequest higher level API Attachment 270147 [details] pushed as a8fc1ca - ft-handler: use TpAccountChannelRequest higher level API
Created attachment 270363 [details] [review] bump tp-glib dep Needed for newer TpAccountChannelRequest API.
Created attachment 270364 [details] [review] use tp_account_channel_request_new_stream_tube()
Created attachment 270365 [details] [review] use tp_account_channel_request_set_file_transfer_hash()
Created attachment 270366 [details] [review] use tp_account_channel_request_set_sms_channel()
Created attachment 270367 [details] [review] tp-chat: stop setting TargetHandleType: None It's now down automatically by TpAccountChannelRequest.
Created attachment 270368 [details] [review] use TpAccountChannelRequest Conference high level API
Attachment 270363 [details] pushed as 96d5400 - bump tp-glib dep Attachment 270364 [details] pushed as 0527780 - use tp_account_channel_request_new_stream_tube() Attachment 270365 [details] pushed as d91d348 - use tp_account_channel_request_set_file_transfer_hash() Attachment 270366 [details] pushed as ba5187f - use tp_account_channel_request_set_sms_channel() Attachment 270367 [details] pushed as c661301 - tp-chat: stop setting TargetHandleType: None Attachment 270368 [details] pushed as 8d7b620 - use TpAccountChannelRequest Conference high level API