From e9f2f503b83671ae4f66ae8e82967c4256acac7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 23 Feb 2019 12:36:40 +0000 Subject: xep_0380: Remove remove_handler call in plugin_end MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove probable copy paste fail in EME plugin_end handler. Signed-off-by: Maxime “pep” Buquet --- slixmpp/plugins/xep_0380/eme.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'slixmpp/plugins/xep_0380/eme.py') diff --git a/slixmpp/plugins/xep_0380/eme.py b/slixmpp/plugins/xep_0380/eme.py index abdd3e88..1cc61d8d 100644 --- a/slixmpp/plugins/xep_0380/eme.py +++ b/slixmpp/plugins/xep_0380/eme.py @@ -49,9 +49,6 @@ class XEP_0380(BasePlugin): register_stanza_plugin(Message, Encryption) - def plugin_end(self): - self.xmpp.remove_handler('Chat State') - def session_bind(self, jid): self.xmpp.plugin['xep_0030'].add_feature(Encryption.namespace) -- cgit v1.2.3