net.stun: Name some more attributes from TURN
authorMatthew Wild <mwild1@gmail.com>
Sat, 05 Mar 2022 11:00:08 +0000
changeset 12373 f2ae9c6d1d9f
parent 12372 d82c8efc6dd5
child 12374 9889b1815d31
net.stun: Name some more attributes from TURN
net/stun.lua
--- a/net/stun.lua	Sat Mar 05 10:59:19 2022 +0000
+++ b/net/stun.lua	Sat Mar 05 11:00:08 2022 +0000
@@ -86,6 +86,9 @@
 
 	-- TURN
 	["requested-transport"] = 0x0019;
+	["xor-peer-address"] = 0x0012;
+	["data"] = 0x0013;
+	["xor-relayed-address"] = 0x0016;
 };
 local attribute_lookup = lookup_table(attributes);