Remove support for XEP-0091

This commit is contained in:
Philipp Hörist 2018-10-19 20:38:44 +02:00
parent 2002c3cf74
commit defdb8888c
1 changed files with 0 additions and 3 deletions

View File

@ -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()