register_Stanza_plugin shouldn't be iterable
Should not use iterable for registering the stanza plugins.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user