====== mod_offline ====== Currently storage of messages sent to offline users is handled by [[doc:modules:mod_message]] but there are plans to move the functionality to mod_offline for Prosody 0.8. ===== Details ===== mod_offline will implement [[http://xmpp.org/extensions/xep-0160.html|XEP-0160]], [[http://xmpp.org/extensions/xep-0203.html|XEP-0203]] and [[http://xmpp.org/extensions/xep-0091.html|XEP-0091]] for backwards compatibility with older clients. ===== Usage ===== modules_enabled = { -- Other modules "offline"; -- Enable mod_offline } ===== Configuration ===== ^ Option ^ Default ^ Notes ^ | No options ||| ===== Example ===== modules_enabled = { -- Other modules "offline"; -- Enable mod_offline }