defmodule Jerboa do @moduledoc """ STUN/TURN encoder, decoder and client library Jerboa consists of two components: * `Jerboa.Format` an encoding & decoding library for the STUN wire format * `Jerboa.Client` an Elixir STUN/TURN client """ end