File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -287,12 +287,18 @@ func MessageSummary(m Message) string {
287287 return fmt .Sprintf ("pong tx=%x" , m .TxID [:6 ])
288288 case * CallMeMaybe :
289289 return "call-me-maybe"
290+ case * CallMeMaybeVia :
291+ return "call-me-maybe-via"
290292 case * BindUDPRelayEndpoint :
291293 return "bind-udp-relay-endpoint"
292294 case * BindUDPRelayEndpointChallenge :
293295 return "bind-udp-relay-endpoint-challenge"
294296 case * BindUDPRelayEndpointAnswer :
295297 return "bind-udp-relay-endpoint-answer"
298+ case * AllocateUDPRelayEndpointRequest :
299+ return "allocate-udp-relay-endpoint-request"
300+ case * AllocateUDPRelayEndpointResponse :
301+ return "allocate-udp-relay-endpoint-response"
296302 default :
297303 return fmt .Sprintf ("%#v" , m )
298304 }
You can’t perform that action at this time.
0 commit comments