Prosody server: enabling mod_disco.
This commit is contained in:
parent
7944567b33
commit
ab89351f42
@ -29,6 +29,7 @@ If you don't want the chat server to be active, just uninstall the plugin
|
|||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
* ConverseJS v10.0.0 (instead of v9.0.0).
|
* ConverseJS v10.0.0 (instead of v9.0.0).
|
||||||
|
* Prosody server: enabling mod_disco.
|
||||||
|
|
||||||
## 5.7.1
|
## 5.7.1
|
||||||
|
|
||||||
|
@ -157,10 +157,11 @@ class ProsodyConfigContent {
|
|||||||
'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"
|
||||||
// 'websocket', // Enable Websocket clients
|
// 'websocket', // Enable Websocket clients
|
||||||
'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
|
// 'pep', // Enables users to publish their avatar, mood, activity, playing music and more
|
||||||
// 'vcard_legacy' // Conversion between legacy vCard and PEP Avatar, vcard
|
// 'vcard_legacy' // Conversion between legacy vCard and PEP Avatar, vcard
|
||||||
// 'vcard4' // User profiles (stored in PEP)
|
// 'vcard4' // User profiles (stored in PEP)
|
||||||
|
'disco' // Enable mod_disco (feature discovering)
|
||||||
|
|
||||||
])
|
])
|
||||||
this.global.set('modules_disabled', [
|
this.global.set('modules_disabled', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user