Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/linklocal_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/linklocal_plugin.py')
-rw-r--r--src/linklocal_plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py
index 0fd914c..250482d 100644
--- a/src/linklocal_plugin.py
+++ b/src/linklocal_plugin.py
@@ -222,3 +222,7 @@ class LinkLocalPlugin(TelepathyPlugin):
# Salut can't connect during the next 2 minutes
self._have_to_wait_id = gobject.timeout_add(120000,
self._have_to_wait_cb)
+
+ def _handle_is_channel_specific(self, handle):
+ # Salut doesn't have channel specific handles
+ return False