Enable Prosody modules pep and vcard_legacy.
This commit is contained in:
parent
cf8a013195
commit
be592aeacf
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
||||||
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
||||||
|
* Enable Prosody modules pep and vcard_legacy
|
||||||
|
|
||||||
## 5.2.4
|
## 5.2.4
|
||||||
|
|
||||||
|
@ -157,7 +157,11 @@ class ProsodyConfigContent {
|
|||||||
'uptime', // Report how long server has been running
|
'uptime', // Report how long server has been running
|
||||||
'ping', // Replies to XMPP pings with pongs
|
'ping', // Replies to XMPP pings with pongs
|
||||||
'bosh', // Enable BOSH clients, aka "Jabber over HTTP"
|
'bosh', // Enable BOSH clients, aka "Jabber over HTTP"
|
||||||
'posix' // POSIX functionality, sends server to background, enables syslog, etc.
|
'posix', // POSIX functionality, sends server to background, enables syslog, etc.
|
||||||
|
'pep', // Enables users to publish their avatar, mood, activity, playing music and more
|
||||||
|
'vcard_legacy' // Conversion between legacy vCard and PEP Avatar, vcard
|
||||||
|
// 'vcard4' // User profiles (stored in PEP)
|
||||||
|
|
||||||
])
|
])
|
||||||
this.global.set('modules_disabled', [
|
this.global.set('modules_disabled', [
|
||||||
// 'offline' // Store offline messages
|
// 'offline' // Store offline messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user