xep_0313/fin: add 'stable' and 'complete' attribs

This commit is contained in:
nicoco 2023-06-04 14:17:09 +02:00
parent 13729e47a6
commit e3e0d8f43e

View File

@ -187,7 +187,7 @@ class Fin(ElementBase):
name = 'fin'
namespace = 'urn:xmpp:mam:2'
plugin_attrib = 'mam_fin'
interfaces = {'results'}
interfaces = {'results', 'stable', 'complete'}
def setup(self, xml=None):
ElementBase.setup(self, xml)