diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-06 01:50:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-06 01:50:24 +0800 |
commit | 1b141efdf1f662cb87a733afe402b1b3efaf07d6 (patch) | |
tree | 541eab0c911383f6cba38a8fe8ecf99761521fe4 /data/Empathy.Call.client | |
parent | 2974d41801a79040d172ff165ee4ad7894bcec09 (diff) | |
download | gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.gz gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.bz2 gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.lz gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.xz gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.tar.zst gsoc2013-empathy-1b141efdf1f662cb87a733afe402b1b3efaf07d6.zip |
'ice-udp' capability is now 'ice' in Call1
Diffstat (limited to 'data/Empathy.Call.client')
-rw-r--r-- | data/Empathy.Call.client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Empathy.Call.client b/data/Empathy.Call.client index 95d90c8ad..b24cd8d71 100644 --- a/data/Empathy.Call.client +++ b/data/Empathy.Call.client @@ -18,6 +18,6 @@ org.freedesktop.Telepathy.Channel.Type.Call1.InitialVideo b=true [org.freedesktop.Telepathy.Client.Handler.Capabilities] org.freedesktop.Telepathy.Channel.Type.Call1/audio=true org.freedesktop.Telepathy.Channel.Type.Call1/video=true -org.freedesktop.Telepathy.Channel.Type.Call1/ice-udp=true +org.freedesktop.Telepathy.Channel.Type.Call1/ice=true org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p=true org.freedesktop.Telepathy.Channel.Type.Call1/video/h264=true |