From d9050e9565e8c7a3e5ad101f9998c72f7d812baa Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 18 Jun 2015 21:11:58 +0200 Subject: Add a show_jid_in_conversations option To hide or show the JID of the contact in conversation tabs. --- src/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index a6f1417e..701bfaad 100644 --- a/src/config.py +++ b/src/config.py @@ -108,6 +108,7 @@ DEFAULT_CONFIG = { 'server': 'anon.jeproteste.info', 'show_composing_tabs': 'direct', 'show_inactive_tabs': True, + 'show_jid_in_conversations': True, 'show_muc_jid': True, 'show_roster_jids': True, 'show_roster_subscriptions': '', -- cgit v1.2.3