Add plugin support
This commit is contained in:
parent
f2bf6072ec
commit
110cf25c6d
1 changed files with 10 additions and 0 deletions
|
@ -1 +1,11 @@
|
|||
|
||||
from sleekxmpp.plugins.base import register_plugin
|
||||
from sleekxmpp.plugins.xep_0122.stanza import FormValidation
|
||||
from sleekxmpp.plugins.xep_0122.data_validation import XEP_0122
|
||||
|
||||
|
||||
register_plugin(XEP_0122)
|
||||
|
||||
|
||||
# Retain some backwards compatibility
|
||||
xep_0121 = XEP_0122
|
||||
|
|
Loading…
Reference in a new issue