This commit is contained in:
Feng Lee 2015-03-07 22:50:29 +08:00
parent a1076da26f
commit e00288f9ce
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ serialise_variable(PubAck, #mqtt_packet_puback { packet_id = PacketId }, _Payloa
serialise_variable(?PINGREQ, undefined, undefined) ->
{<<>>, <<>>};
serialise_variable(?PINGRESP, undefined, undefined) ->
{<<>>, <<>>};
serialise_variable(?DISCONNECT, undefined, undefined) ->
{<<>>, <<>>}.