From 7826511abb65408cc37d86f826b6f41125750ab6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 3 Aug 2012 17:34:39 +0200 Subject: Do not set last activity when sending a stanza because it makes no sense --- src/core.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core.py') diff --git a/src/core.py b/src/core.py index b2906f10..f34a97af 100644 --- a/src/core.py +++ b/src/core.py @@ -2642,7 +2642,6 @@ class Core(object): """ We are sending a new stanza, write it in the xml buffer if needed. """ - self.xmpp.plugin['xep_0012'].set_last_activity() if self.xml_tabs: self.add_message_to_text_buffer(self.xml_buffer, '\x191}<--\x19o %s' % stanza) if isinstance(self.current_tab(), tabs.XMLTab): -- cgit v1.2.3