diff options
-rw-r--r-- | slixmpp/plugins/xep_0380/eme.py | 3 |
1 files changed, 0 insertions, 3 deletions
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) |