Software /
code /
prosody
Log
net/stun.lua @ 12952:a668bc1aa39d
description | author | age |
---|---|---|
net.stun: Support for xor-relayed-address attribute | Matthew Wild | 2022-03-05 |
net.stun: Add xor-peer-address helper | Matthew Wild | 2022-03-05 |
net.stun: Factor out address unpack, an operation common to multiple attributes | Matthew Wild | 2022-03-05 |
net.stun: Name some more attributes from TURN | Matthew Wild | 2022-03-05 |
net.stun: Add lookup table generation helper, reduces code duplication | Matthew Wild | 2022-03-05 |
net.stun: Hyphenate method names for consistency | Matthew Wild | 2022-03-05 |
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions | Kim Alvefur | 2022-03-04 |
net.stun: Use util.strbitop | Kim Alvefur | 2022-03-04 |
net.stun: New library that implements STUN/TURN parsing/serialization | Matthew Wild | 2022-03-04 |