Skip to content

Commit

Permalink
Remove BadAuthenticationMethod DC Reason code
Browse files Browse the repository at this point in the history
This is not a valid MQTT reason code

Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
TheNeikos committed May 22, 2024
1 parent a2acf06 commit 32ef89b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mqtt-format/src/v5/packets/disconnect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use crate::v5::MResult;
crate::v5::reason_code::make_combined_reason_code! {
pub enum DisconnectReasonCode {
AdministrativeAction = crate::v5::reason_code::AdministrativeAction,
BadAuthenticationMethod = crate::v5::reason_code::BadAuthenticationMethod,
ConnectionRateExceeded = crate::v5::reason_code::ConnectionRateExceeded,
DisconnectWithWillMessage = crate::v5::reason_code::DisconnectWithWillMessage,
ImplementationSpecificError = crate::v5::reason_code::ImplementationSpecificError,
Expand Down

0 comments on commit 32ef89b

Please sign in to comment.