2015-09-14 23:06:07 +00:00
|
|
|
|
|
|
|
from sleekxmpp.plugins.base import register_plugin
|
2015-09-13 04:10:28 +00:00
|
|
|
from sleekxmpp.plugins.xep_0122.stanza import FormValidation
|
2015-09-14 23:06:07 +00:00
|
|
|
from sleekxmpp.plugins.xep_0122.data_validation import XEP_0122
|
|
|
|
|
|
|
|
|
|
|
|
register_plugin(XEP_0122)
|
|
|
|
|
|
|
|
|
|
|
|
# Retain some backwards compatibility
|
|
|
|
xep_0121 = XEP_0122
|