Add 'by' attribute for error stanzas.
This commit is contained in:
@@ -52,7 +52,7 @@ class Error(ElementBase):
|
|||||||
name = 'error'
|
name = 'error'
|
||||||
plugin_attrib = 'error'
|
plugin_attrib = 'error'
|
||||||
interfaces = set(('code', 'condition', 'text', 'type',
|
interfaces = set(('code', 'condition', 'text', 'type',
|
||||||
'gone', 'redirect'))
|
'gone', 'redirect', 'by'))
|
||||||
sub_interfaces = set(('text',))
|
sub_interfaces = set(('text',))
|
||||||
plugin_attrib_map = {}
|
plugin_attrib_map = {}
|
||||||
plugin_tag_map = {}
|
plugin_tag_map = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user