net.stun: Hyphenate method names for consistency

This commit is contained in:
Matthew Wild 2022-03-05 10:57:47 +00:00
parent 7b23d9d136
commit 572bff0087

View file

@ -41,8 +41,8 @@ local methods = {
refresh = 0x004;
send = 0x006;
data = 0x007;
create_permission = 0x008;
channel_bind = 0x009;
["create-permission"] = 0x008;
["channel-bind"] = 0x009;
};
local method_lookup = {};
for name, value in pairs(methods) do