Module librice::stun::message

source ·
Expand description

STUN Messages

Provides types for generating, parsing, and manipulating STUN messages as specified in one of RFC8489, RFC5389, or RFC3489.

Structs

Structure for holding the required credentials for handling long-term STUN credentials
The structure that encapsulates the entirety of a STUN message
The type of a Message. A combination of a MessageClass and a STUN method.
Structure for holding the required credentials for handling short-term STUN credentials

Enums

The class of a Message.
Enum for holding the credentials used to sign or verify a Message

Constants

The value of the binding message type. Can be used in either a request or an indication message.
The value of magic cookie (in network byte order) as specified in RFC5389, and RFC8489.