Add 'by' attribute for error stanzas.

This commit is contained in:
Lance Stout 2012-07-23 21:48:19 -07:00
parent d571d691a7
commit 01cc0e6def

View File

@ -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 = {}