[telepathy-ashes/master] Disable Presence Echoing for privacy reasons.

David Laban david.laban at collabora.co.uk
Fri Oct 9 08:26:42 PDT 2009


---
 ashes/tools/echo_bot.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ashes/tools/echo_bot.py b/ashes/tools/echo_bot.py
index 56dbc1c..f44f893 100644
--- a/ashes/tools/echo_bot.py
+++ b/ashes/tools/echo_bot.py
@@ -17,7 +17,7 @@ from bases import ObjectListener, ConnectionListener, ChannelListener
 from dispatchers import ChannelDispatcher, connections
 from media_echoer import MediaChannelEchoer, IceEchoer
 from presence import PresenceEchoer, Onlineifier
-from groups import ContactAcceptor
+from groups import ContactSubscriber
 from text import TextChannelEchoer
 from file_transfer import FileTransferEchoer
 #TODO: wrap everything to 80 chars so that I can hack on my eeepc.
@@ -26,7 +26,7 @@ from file_transfer import FileTransferEchoer
     
 
 #@shiny.debug_class
-class EchoBot(  PresenceEchoer, 
+class EchoBot(  ContactSubscriber,
                 ChannelDispatcher,
                 Onlineifier,
                 ):
-- 
1.5.6.5




More information about the telepathy-commits mailing list