GNOME Bugzilla – Bug 667694
Support Call1 channels
Last modified: 2012-02-21 16:48:08 UTC
We are moving away from StreamedMedia and Call.DRAFT in all telepathy modules. The new spec is Call1. Here is a fix, it should wait for empathy to handle Call1 as well. http://cgit.collabora.com/git/user/xclaesse/gnome-shell.git/log/?h=call1
Created attachment 205019 [details] [review] Support only Call1 channels
Review of attachment 205019 [details] [review]: Can you fix the commit message to give an explanation about this change What is the affect on the required Telepathy/Empathy versions?
Created attachment 208149 [details] [review] Support only Call1 channels Empathy uses to support 2 D-Bus API for calls: - StreamedMedia: legacy API - Call.DRAFT: experimental version of the new API Since 3.3.90, Empathy only support Call1, the first stable version of the new API so the Shell should do the same.
Review of attachment 208149 [details] [review]: Does this need a bump of TELEPATHY_GLIB_MIN_VERSION in configure.ac? Grammar nits: Since 3.3.90, Empathy only support Call1, ^^^^^^^ supports the first stable version of the new API so the Shell should do the same. ^ add a ,
Created attachment 208152 [details] [review] Support only Call1 channels Empathy uses to support 2 D-Bus API for calls: - StreamedMedia: legacy API - Call.DRAFT: experimental version of the new API Since 3.3.90, Empathy only supports Call1, the first stable version of the new API, so the Shell should do the same.
(In reply to comment #4) > Review of attachment 208149 [details] [review]: > > Does this need a bump of TELEPATHY_GLIB_MIN_VERSION in configure.ac? Indeed, sorry I forgot.
Review of attachment 208152 [details] [review]: Looks good
Attachment 208152 [details] pushed as f248aa6 - Support only Call1 channels