diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/stun.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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); |