mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add MQTT listener and module in example config
This commit is contained in:
parent
683ca31375
commit
0c0862475f
@ -90,6 +90,11 @@ listen:
|
||||
ip: "::"
|
||||
module: ejabberd_http
|
||||
web_admin: true
|
||||
-
|
||||
port: 1883
|
||||
ip: "::"
|
||||
module: mod_mqtt
|
||||
backlog: 1000
|
||||
|
||||
s2s_use_starttls: optional
|
||||
|
||||
@ -188,6 +193,7 @@ modules:
|
||||
## db_type: sql
|
||||
assume_mam_usage: true
|
||||
default: always
|
||||
mod_mqtt: {}
|
||||
mod_muc:
|
||||
access:
|
||||
- allow
|
||||
|
Loading…
Reference in New Issue
Block a user