diff options
author | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-28 14:52:15 +0530 |
---|---|---|
committer | Sangeeth Saravanaraj <sangeeth@riptideio.com> | 2015-01-28 14:52:15 +0530 |
commit | e1f25604ecbf5d6c196080cd8394191c7ea459c9 (patch) | |
tree | 8c57cf4dad8f1109e7502f029fd8ad573e5ca9d4 /sleekxmpp/plugins/xep_0332/__init__.py | |
parent | 0fe057b5c3f462275cf8dbf321c2ebec61de1bfe (diff) | |
download | slixmpp-e1f25604ecbf5d6c196080cd8394191c7ea459c9.tar.gz slixmpp-e1f25604ecbf5d6c196080cd8394191c7ea459c9.tar.bz2 slixmpp-e1f25604ecbf5d6c196080cd8394191c7ea459c9.tar.xz slixmpp-e1f25604ecbf5d6c196080cd8394191c7ea459c9.zip |
Added callbacks, registered stanzas, added features, etc.
Diffstat (limited to 'sleekxmpp/plugins/xep_0332/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0332/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0332/__init__.py b/sleekxmpp/plugins/xep_0332/__init__.py index bdb951fc..cdbfa5d5 100644 --- a/sleekxmpp/plugins/xep_0332/__init__.py +++ b/sleekxmpp/plugins/xep_0332/__init__.py @@ -11,6 +11,6 @@ from sleekxmpp.plugins.base import register_plugin from sleekxmpp.plugins.xep_0332.http import XEP_0332 -from sleekxmpp.plugins.xep_0332 import stanza +# from sleekxmpp.plugins.xep_0332 import stanza register_plugin(XEP_0332) |