Added callbacks, registered stanzas, added features, etc.

This commit is contained in:
Sangeeth Saravanaraj
2015-01-28 14:52:15 +05:30
parent 0fe057b5c3
commit e1f25604ec
5 changed files with 107 additions and 15 deletions

View File

@@ -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)