diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-12 09:56:48 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-12 19:32:20 -0700 |
commit | 8b2023225ce455395729b2815aecc31189350226 (patch) | |
tree | ce770a29385b7fb5c782b359fb95da9bdcd63c66 /sleekxmpp/plugins/xep_0045.py | |
parent | f8f2b541db2c7d53e96ff972fc3349fa4c1ea05d (diff) | |
download | slixmpp-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_0045.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0045.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |