xep_0380: Remove remove_handler call in plugin_end
Remove probable copy paste fail in EME plugin_end handler. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
05d76e4b1d
commit
e9f2f503b8
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue