From 8b2023225ce455395729b2815aecc31189350226 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 12 Mar 2012 09:56:48 -0700 Subject: Remove extra logging statement, add backward compatible references. --- sleekxmpp/plugins/xep_0033.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/xep_0033.py') 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) -- cgit v1.2.3