[telepathy-ashes/master] Re-enabled real media echoing (one-liner).
David Laban
david.laban at collabora.co.uk
Wed Sep 30 14:13:19 PDT 2009
---
ashes/tools/echo_bot.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ashes/tools/echo_bot.py b/ashes/tools/echo_bot.py
index 086c6b3..079caac 100644
--- a/ashes/tools/echo_bot.py
+++ b/ashes/tools/echo_bot.py
@@ -43,7 +43,7 @@ ChannelDispatcher.handler_for('org.freedesktop.Telepathy.Channel.Type.ContactLis
ChannelDispatcher.handler_for('org.freedesktop.Telepathy.Channel.Type.Text',
telepathy.HANDLE_TYPE_CONTACT)(TextChannelEchoer)
ChannelDispatcher.handler_for('org.freedesktop.Telepathy.Channel.Type.StreamedMedia',
- telepathy.HANDLE_TYPE_CONTACT)(IceEchoer)
+ telepathy.HANDLE_TYPE_CONTACT)(MediaChannelEchoer)
--
1.5.6.5
More information about the telepathy-commits
mailing list