From defdb8888c8faba52675b6e7fd0bb523f60aa871 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Fri, 19 Oct 2018 20:38:44 +0200
Subject: [PATCH] Remove support for XEP-0091

---
 gajim/common/connection_handlers_events.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gajim/common/connection_handlers_events.py b/gajim/common/connection_handlers_events.py
index 40c0bb6961..8bf5efd195 100644
--- a/gajim/common/connection_handlers_events.py
+++ b/gajim/common/connection_handlers_events.py
@@ -264,9 +264,6 @@ PresenceHelperEvent):
                 self.is_gc = True
             elif namespace == nbxmpp.NS_SIGNED:
                 sig_tag = x
-            elif namespace == nbxmpp.NS_DELAY and not self.timestamp:
-                # XEP-0091
-                self._generate_timestamp(self.stanza.timestamp)
 
         self.status = self.stanza.getStatus() or ''
         self._generate_show()
-- 
GitLab