From e1020b288f2ef6518a9c47a3f20f4f99135b24ee Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 13 May 2005 18:23:08 +0000 Subject: [PATCH] the delayed timestamp in before time.time() ! --- src/common/xmpp/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/xmpp/protocol.py b/src/common/xmpp/protocol.py index 9fafb0d0e..c4a175738 100644 --- a/src/common/xmpp/protocol.py +++ b/src/common/xmpp/protocol.py @@ -277,7 +277,7 @@ class Protocol(Node): self.timestamp=None for x in self.getTags('x',namespace=NS_DELAY): try: - if x.getAttr('stamp')>self.getTimestamp(): self.setTimestamp(x.getAttr('stamp')) + if x.getAttr('stamp')