mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.stun: Hyphenate method names for consistency
This commit is contained in:
parent
7b23d9d136
commit
572bff0087
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue