Skip to content

Commit

Permalink
Restoring bi-direction of the PINGREQ and PINGRESP.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 12, 2024
1 parent a8633a9 commit c5054fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsl/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@
<ref name="MsgId" field="MessageId" />
</message>

<message name="Pingreq" id="MsgId.Pingreq" displayName="^PingreqName" sender="client" platforms="+Prot,Gw">
<message name="Pingreq" id="MsgId.Pingreq" displayName="^PingreqName" platforms="+Prot,Gw">
<ref field="ClientId" />
</message>

<message name="Pingresp" id="MsgId.Pingresp" displayName="^PingrespName" sender="server" platforms="+Prot,Gw" />
<message name="Pingresp" id="MsgId.Pingresp" displayName="^PingrespName" platforms="+Prot,Gw" />

<message name="Disconnect" id="MsgId.Disconnect" displayName="^DisconnectName" platforms="+Prot,Gw">
<optional name="Duration" defaultMode="tentative">
Expand Down

0 comments on commit c5054fc

Please sign in to comment.