====== mod_privacy ====== Users will often need to block specific users or groups from contacting them and enabling mod_privacy give users the ability to do that providing their clients support it. ===== Details ===== mod_privacy implements [[http://xmpp.org/extensions/xep-0016.html|XEP-0016]] and has been available since Prosody 0.7.0. ===== Usage ===== modules_enabled = { -- Other modules "privacy"; -- Enable mod_privacy } ===== Configuration ===== ^ Option ^ Default ^ Notes ^ | No options ||| ===== Example ===== modules_enabled = { -- Other modules "privacy"; -- Enable mod_privacy }