Packages

STUN/TURN encoder, decoder and client library

Current section

Files

Jump to
jerboa lib jerboa format body attribute xor_mapped_address.ex
Raw

lib/jerboa/format/body/attribute/xor_mapped_address.ex

defmodule Jerboa.Format.Body.Attribute.XORMappedAddress do
@moduledoc """
XOR Mapped Address attribute as defined in the [STUN
RFC](https://tools.ietf.org/html/rfc5389#section-15.2)
"""
alias Jerboa.Format.Body.Attribute.XORAddress
use XORAddress, type_code: 0x0020
end