diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2019-02-26 14:53:05 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2019-02-26 14:53:05 +0100 |
commit | 0c0862475ffeb3ffc795dce4d8c5c55d0e35480c (patch) | |
tree | 0e2a65aa10e52ca5deb944b93acb86e4da035a57 /ejabberd.yml.example | |
parent | Prepare 19.02 (diff) |
Add MQTT listener and module in example config
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 0a38a2b7..2d2a8918 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -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 |