summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0012.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_0012.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_0012.py')
-rw-r--r--sleekxmpp/plugins/xep_0012.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0012.py b/sleekxmpp/plugins/xep_0012.py
index 123181cf..01fb60a8 100644
--- a/sleekxmpp/plugins/xep_0012.py
+++ b/sleekxmpp/plugins/xep_0012.py
@@ -118,4 +118,5 @@ class XEP_0012(BasePlugin):
return result['last_activity']['seconds']
+xep_0012 = XEP_0012
register_plugin(XEP_0012)