====== mod_pep ======
Often users will want to publish details about their mood, the music they are listening to or the activity they are currently taking part in. Enabling mod_pep will allow users to publish that information and have interested parties receive it.
===== Details =====
mod_pep implements [[http://xmpp.org/extensions/xep-0163.html|XEP-0163]]. As of Prosody 0.6.0 mod_pep is considered stable.
===== Usage =====
modules_enabled = {
-- Other modules
"pep"; -- Enable mod_pep
}
===== Configuration =====
^ Option ^ Default ^ Notes ^
| No options |||
===== Example =====
modules_enabled = {
-- Other modules
"pep"; -- Enable mod_pep
}