emqx/apps/emqx_gateway_mqttsn/src
JianBo He 8339bccc69 fix(mqttsn): ack the DISCONNECT packet even if it is not connected
MQTT-SN v1.2 spec:
"As with MQTT, the DISCONNECT message is sent by a client to indicate that it
 wants to close the connection. The gateway will acknowledge the receipt of that
 message by returning a DISCONNECT to the client."
2023-12-15 11:35:46 +08:00
..
emqx_gateway_mqttsn.app.src chore: bump emqx_gateway_mqttsn to 0.1.7 2023-12-02 15:00:29 +03:00
emqx_gateway_mqttsn.erl refactor(mqttsn): make the topic registration mechanism simpler 2023-06-11 18:12:34 +08:00
emqx_mqttsn_broadcast.erl refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
emqx_mqttsn_channel.erl fix(mqttsn): ack the DISCONNECT packet even if it is not connected 2023-12-15 11:35:46 +08:00
emqx_mqttsn_frame.erl refactor(gw): rename all gateway application name 2023-04-13 14:53:47 +08:00
emqx_mqttsn_registry.erl fix(dialyzer): fix some dialyzer issues found on otp 26 2023-12-06 20:32:49 +01:00
emqx_mqttsn_schema.erl docs: add type namespaces 2023-11-22 13:12:35 +01:00
emqx_mqttsn_session.erl refactor(session): pass config to `SessionImpl:open/3` as well 2023-12-02 14:36:21 +03:00