mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.stun: Name some more attributes from TURN
This commit is contained in:
parent
ab77f7fcdb
commit
6e9d71259c
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue