diff sat/plugins/plugin_xep_0313.py @ 3359:000b6722bd35

plugin XEP-0329: added `FISCreateDir` method: This method is used to create a directory for component file sharing, and optionally set its configuration.
author Goffi <goffi@goffi.org>
date Thu, 17 Sep 2020 16:42:00 +0200
parents 40794e658d68
children c3f07c0cb2de
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0313.py	Thu Sep 17 16:34:22 2020 +0200
+++ b/sat/plugins/plugin_xep_0313.py	Thu Sep 17 16:42:00 2020 +0200
@@ -87,6 +87,7 @@
             if not last_mess:
                 log.info(_("It seems that we have no MAM history yet"))
                 stanza_id = None
+                # FIXME: we should restrict starting of the archive, as it can be huge
             else:
                 stanza_id = last_mess[0][-1]['stanza_id']
         rsm_req = rsm.RSMRequest(max_=100, after=stanza_id)