summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0059/rsm.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-11 18:40:30 -0700
committerLance Stout <lancestout@gmail.com>2012-03-12 19:32:07 -0700
commite28728278246b2f73e86969cfdb881d9ef17a51e (patch)
tree1877f41187dddb39ad159183883d59bae2ded2b0 /sleekxmpp/plugins/xep_0059/rsm.py
parent8b06d10415d6281f5836412129b7f04db6e16f04 (diff)
downloadslixmpp-e28728278246b2f73e86969cfdb881d9ef17a51e.tar.gz
slixmpp-e28728278246b2f73e86969cfdb881d9ef17a51e.tar.bz2
slixmpp-e28728278246b2f73e86969cfdb881d9ef17a51e.tar.xz
slixmpp-e28728278246b2f73e86969cfdb881d9ef17a51e.zip
Moving backwards compatibility shims to __init__ files.
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