diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-18 15:20:38 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-26 21:39:17 +0800 |
commit | 8e6b4e72bedc7c864722543d81645af0c80ffb79 (patch) | |
tree | 8732984e0820d6d4da869f5dc8c62c760a842cf2 /data | |
parent | 7533ed40284fe574e0752b12a723b4af99c8ff3d (diff) | |
download | gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar.gz gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar.bz2 gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar.lz gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar.xz gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.tar.zst gsoc2013-empathy-8e6b4e72bedc7c864722543d81645af0c80ffb79.zip |
Empathy.Auth.client: fix handling and observing SASL channels
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/Empathy.Auth.client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Empathy.Auth.client b/data/Empathy.Auth.client index 7fb5bba33..6e191539e 100644 --- a/data/Empathy.Auth.client +++ b/data/Empathy.Auth.client @@ -7,8 +7,8 @@ org.freedesktop.Telepathy.Channel.TargetHandleType u=0 [org.freedesktop.Telepathy.Client.Handler.HandlerChannelFilter 1] org.freedesktop.Telepathy.Channel.ChannelType s=org.freedesktop.Telepathy.Channel.Type.ServerAuthentication -org.freedesktop.Telepathy.Channel.Type.ServerAuthentication s=org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication +org.freedesktop.Telepathy.Channel.Type.ServerAuthentication.AuthenticationMethod s=org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication [org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter 0] org.freedesktop.Telepathy.Channel.ChannelType s=org.freedesktop.Telepathy.Channel.Type.ServerAuthentication -org.freedesktop.Telepathy.Channel.Type.ServerAuthentication s=org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication +org.freedesktop.Telepathy.Channel.Type.ServerAuthentication.AuthenticationMethod s=org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication |