# HG changeset patch # User Goffi # Date 1584882107 -3600 # Node ID 653fa213d2f89765e03e5d9c4b87bc46af37c6a7 # Parent b1c90eedbc120657298c6b8a653330c40d413a0e plugin aesgcm: wait for each splitted message to be sent before sending next one diff -r b1c90eedbc12 -r 653fa213d2f8 sat/plugins/plugin_sec_aesgcm.py --- a/sat/plugins/plugin_sec_aesgcm.py Sun Mar 22 13:59:19 2020 +0100 +++ b/sat/plugins/plugin_sec_aesgcm.py Sun Mar 22 14:01:47 2020 +0100 @@ -174,7 +174,7 @@ for attachment in extra_attachments: # we send all remaining attachment in a separate message - client.sendMessage( + await client.sendMessage( to_jid=data['to'], message={'': ''}, subject=data['subject'],