7e823e3842
Motivation: Mqtt procotol defines packetId instead of messageId, replace deprecated method to match protocol definition Modification: Replace messageId() to packetId() in MqttEncoder Result: Match mqtt protocol definition and improve readability.