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_0045.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/xep_0045.py') diff --git a/sleekxmpp/plugins/xep_0045.py b/sleekxmpp/plugins/xep_0045.py index 8d694960..5035faae 100644 --- a/sleekxmpp/plugins/xep_0045.py +++ b/sleekxmpp/plugins/xep_0045.py @@ -382,4 +382,5 @@ class XEP_0045(BasePlugin): return self.rooms[room].keys() +xep_0045 = XEP_0045 register_plugin(XEP_0045) -- cgit v1.2.3