register_Stanza_plugin shouldn't be iterable
Should not use iterable for registering the stanza plugins.
This commit is contained in:
parent
329cb5a9f8
commit
a7ac969215
@ -16,4 +16,4 @@ class XEP_0122(BasePlugin):
|
|||||||
stanza = stanza
|
stanza = stanza
|
||||||
|
|
||||||
def plugin_init(self):
|
def plugin_init(self):
|
||||||
register_stanza_plugin(FormField, FormValidation, iterable=True)
|
register_stanza_plugin(FormField, FormValidation)
|
||||||
|
Loading…
Reference in New Issue
Block a user