summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0033.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-12 09:56:48 -0700
committerLance Stout <lancestout@gmail.com>2012-03-12 19:32:20 -0700
commit8b2023225ce455395729b2815aecc31189350226 (patch)
treece770a29385b7fb5c782b359fb95da9bdcd63c66 /sleekxmpp/plugins/xep_0033.py
parentf8f2b541db2c7d53e96ff972fc3349fa4c1ea05d (diff)
downloadslixmpp-8b2023225ce455395729b2815aecc31189350226.tar.gz
slixmpp-8b2023225ce455395729b2815aecc31189350226.tar.bz2
slixmpp-8b2023225ce455395729b2815aecc31189350226.tar.xz
slixmpp-8b2023225ce455395729b2815aecc31189350226.zip
Remove extra logging statement, add backward compatible references.
Diffstat (limited to 'sleekxmpp/plugins/xep_0033.py')
-rw-r--r--sleekxmpp/plugins/xep_0033.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0033.py b/sleekxmpp/plugins/xep_0033.py
index 6fbb9bd0..feef5a13 100644
--- a/sleekxmpp/plugins/xep_0033.py
+++ b/sleekxmpp/plugins/xep_0033.py
@@ -163,4 +163,5 @@ class XEP_0033(BasePlugin):
self.xmpp.plugin['xep_0030'].add_feature(Addresses.namespace)
+xep_0033 = XEP_0033
register_plugin(XEP_0033)