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
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ class XEP_0122(BasePlugin):
|
|||
stanza = stanza
|
||||
|
||||
def plugin_init(self):
|
||||
register_stanza_plugin(FormField, FormValidation, iterable=True)
|
||||
register_stanza_plugin(FormField, FormValidation)
|
||||
|
|
Loading…
Reference in a new issue