Gabble uses TP_IFACE_CHANNEL_TYPE_CALL1 "/ice-udp" while it's actually just '/ice', see http://telepathy.freedesktop.org/spec/Channel_Type_Call.html#Handler-Capability-Token:ice
Created attachment 88235 [details] [review] [0.18] Use the propre 'Ice' Call capability
Comment on attachment 88235 [details] [review] [0.18] Use the propre 'Ice' Call capability Review of attachment 88235 [details] [review]: ----------------------------------------------------------------- "proper" ::: src/media-factory.c @@ +1227,5 @@ > + TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP); > + qc_ice = g_quark_from_static_string ( > + TP_TOKEN_CHANNEL_TYPE_CALL_ICE); > + /* 'ice-dup' isn't the proper cap name, 'ice' is. We keep supporting > + * 'ice-dup' for now to not break existing clients. */ 'ice-udp'
Fixed. Merged to 0.18 and master.
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.