You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MQTT admin guide covers basic setup, access control, encryption, and WebSocket transport, but it does not document three important MQTT features:
Will Message (Last Will and Testament) — MQTT 3.1.1 §3.1.2.5. The mod_mqtt configuration in ejabberd supports will_topic, will_payload, will_qos, and will_retain options, but these are absent from the admin guide.
Retain — MQTT 3.1.1 §3.3.2.4 / §3.3.2.3. How retained messages behave, storage limits, and any ejabberd-specific configuration or restrictions for retained messages.
Add sections covering these three topics to https://docs.ejabberd.im/admin/guide/mqtt/ so users migrating from other MQTT brokers or evaluating ejabberd's MQTT capabilities can find authoritative guidance.
Issue
The MQTT admin guide covers basic setup, access control, encryption, and WebSocket transport, but it does not document three important MQTT features:
mod_mqttconfiguration in ejabberd supportswill_topic,will_payload,will_qos, andwill_retainoptions, but these are absent from the admin guide.mqtt_connect/mqtt_disconnecthooks (see PR Add mqtt_connect and mqtt_disconnect hooks to mod_mqtt_session #4569 which recently added them tomod_mqtt_session).Expected
Add sections covering these three topics to https://docs.ejabberd.im/admin/guide/mqtt/ so users migrating from other MQTT brokers or evaluating ejabberd's MQTT capabilities can find authoritative guidance.
References