mod_private
Some clients offer users the ability to store arbitrary notes or client specific information on the server such as chatroom bookmarks which Prosody supports via mod_private.
Details
mod_private implements XEP-0049.
Usage
= {
modules_enabled -- Other modules
"private"; -- Enable mod_private
}
Configuration
No options
Example
= {
modules_enabled -- Other modules
"private"; -- Enable mod_private
}