Composing request and response.

This commit is contained in:
Sangeeth Saravanaraj
2015-01-29 08:33:40 +05:30
parent e1f25604ec
commit a96f608469
6 changed files with 144 additions and 25 deletions

View File

@@ -10,7 +10,8 @@
from sleekxmpp.plugins.base import register_plugin
from sleekxmpp.plugins.xep_0332 import stanza
from sleekxmpp.plugins.xep_0332.http import XEP_0332
# from sleekxmpp.plugins.xep_0332 import stanza
register_plugin(XEP_0332)