From 56980da2018720383509e8dbd036b050096587e7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 29 Dec 2014 19:13:12 +0100 Subject: [PATCH] fix mam implementation --- src/common/connection_handlers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index f768e80da2..bb62e47e1d 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1474,7 +1474,8 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream): def cleanup(self): ConnectionHandlersBase.cleanup(self) ConnectionCaps.cleanup(self) - ConnectionArchive.cleanup(self) + ConnectionArchive136.cleanup(self) + ConnectionArchive313.cleanup(self) ConnectionPubSub.cleanup(self) gajim.ged.remove_event_handler('http-auth-received', ged.CORE, self._nec_http_auth_received) -- GitLab