From ceab093df04743862a075bfee3926f840b473f69 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Jun 2007 15:08:57 +0000 Subject: linklocal_plugin: retrieve key as byte array so it's in the right form for pubkey_to_keyid() --- diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py index 1e98ac3..b60eb15 100644 --- a/src/linklocal_plugin.py +++ b/src/linklocal_plugin.py @@ -178,7 +178,7 @@ class LinkLocalPlugin(TelepathyPlugin): if CONN_INTERFACE_BUDDY_INFO in self._conn: props = self._conn[CONN_INTERFACE_BUDDY_INFO].GetProperties( - handle) + handle, byte_arrays=True, utf8_strings=True) key = props.get('key') else: key = None -- cgit v0.9.1