grzchr15 / prosody-modules

Automatically exported from code.google.com/p/prosody-modules
0 stars 0 forks source link

[idea] mod_smacks: Option to resend messages on session timeout #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In ejabberd there is an option to resend any stanzas that weren’t 
acknowledged by the client will be resent on session timeout. 
There are three options: true|false|offline
If the session times out:
true means resend anyway, 
false generates an error, 
offline saves messages to offline storage

Can this be implemented in prosody mod_smacks?

Thanks

Original issue reported on code.google.com by christia...@pix-art.de on 15 Jan 2015 at 7:41