From 6eac68999315c1ec11b91dde434d73372b3a89a3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 15 Oct 2012 14:27:10 +0200 Subject: =?UTF-8?q?Put=20back=20the=20=E2=80=9Ctruc@chose.com=20is=20now?= =?UTF-8?q?=20online=E2=80=9D=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 86365c8e..bb26b210 100644 --- a/src/core.py +++ b/src/core.py @@ -2657,12 +2657,12 @@ class Core(object): }) self.events.trigger('normal_presence', presence, resource) self.add_information_message_to_conversation_tab(jid.full, '\x195}%s is \x194}online' % (jid.full)) - if time.time() - self.connection_time > 20: + if time.time() - self.connection_time > 10: # We do not display messages if we recently logged in if presence['status']: - self.information("\x193}%s \x195}is \x194}online\x195} (\x19o%s\x195})" % (resource.jid.bare, presence['status']), "Roster") + self.information("\x193}%s \x195}is \x194}online\x195} (\x19o%s\x195})" % (safeJID(resource.jid).bare, presence['status']), "Roster") else: - self.information("\x193}%s \x195}is \x194}online\x195}" % resource.jid.bare, "Roster") + self.information("\x193}%s \x195}is \x194}online\x195}" % safeJID(resource.jid).bare, "Roster") self.add_information_message_to_conversation_tab(jid.bare, '\x195}%s is \x194}online' % (jid.bare)) if isinstance(self.current_tab(), tabs.RosterInfoTab): self.refresh_window() -- cgit v1.2.3