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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py
index 301687c..5646018 100644
--- a/src/linklocal_plugin.py
+++ b/src/linklocal_plugin.py
@@ -102,7 +102,7 @@ class LinkLocalPlugin(TelepathyPlugin):
'first-name': ' ',
'last-name': '%s' % self._owner.props.nick,
'jid': '%s@%s' % (khash, server),
- 'published-name': '%s' % self._owner.props.nick,
+ 'published-name': '%s' % khash[:8],
}
def _find_existing_connection(self):