From 6e9d71259ca9d8904478aba47d42b7e217fce969 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 5 Mar 2022 11:00:08 +0000 Subject: net.stun: Name some more attributes from TURN --- net/stun.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/stun.lua b/net/stun.lua index 3b1d227c..530b4e3b 100644 --- a/net/stun.lua +++ b/net/stun.lua @@ -86,6 +86,9 @@ local attributes = { -- TURN ["requested-transport"] = 0x0019; + ["xor-peer-address"] = 0x0012; + ["data"] = 0x0013; + ["xor-relayed-address"] = 0x0016; }; local attribute_lookup = lookup_table(attributes); -- cgit v1.2.3