summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-12-16 17:23:30 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-12-16 17:23:30 +0000
commit3d696196e403aa3465e6978b06c1e4a8f5432662 (patch)
tree810b616520e4caafbf8c24e88ee8939be5243ff3
parente4fc8f51b455c442ad4fb93052df048c00e67813 (diff)
protocol: implement AuthenticationTypes property
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--butterfly/protocol.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/butterfly/protocol.py b/butterfly/protocol.py
index 2e3a204..dce321f 100644
--- a/butterfly/protocol.py
+++ b/butterfly/protocol.py
@@ -151,6 +151,9 @@ class ButterflyProtocol(telepathy.server.Protocol,
True, False)
}
+ _authentication_types = [
+ telepathy.CHANNEL_INTERFACE_SASL_AUTHENTICATION
+ ]
def __init__(self, connection_manager):
telepathy.server.Protocol.__init__(self, connection_manager, 'msn')