summaryrefslogtreecommitdiff
path: root/src/server/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/channel.py')
-rw-r--r--src/server/channel.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/channel.py b/src/server/channel.py
index 96ebb15..b5ee2b0 100644
--- a/src/server/channel.py
+++ b/src/server/channel.py
@@ -152,6 +152,9 @@ class ChannelTypeContactList(Channel, _ChannelTypeContactListIface):
Channel.__init__(self, connection, manager, props,
object_path=object_path)
+ def Close(self):
+ raise telepathy.NotImplemented("Contact lists can't be closed")
+
from telepathy._generated.Channel_Type_File_Transfer \
import ChannelTypeFileTransfer as _ChannelTypeFileTransferIface