summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0059/rsm.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/xep_0059/rsm.py')
-rw-r--r--sleekxmpp/plugins/xep_0059/rsm.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/sleekxmpp/plugins/xep_0059/rsm.py b/sleekxmpp/plugins/xep_0059/rsm.py
index a28bc7ee..9335ed22 100644
--- a/sleekxmpp/plugins/xep_0059/rsm.py
+++ b/sleekxmpp/plugins/xep_0059/rsm.py
@@ -129,8 +129,3 @@ class XEP_0059(BasePlugin):
the interface 'disco_items' should be used.
"""
return ResultIterator(stanza, interface)
-
-
-register_plugin(XEP_0059)
-
-xep_0059 = XEP_0059