sippet v0.1.8 API Reference

Modules

A behaviour module for implementing the Sippet.Core

Message primitive for composing SIP messages. Build a SIP message with the Sippet.Message struct

The Sippet.Transaction is responsible to dispatch messages from Sippet.Transport and Sippet.Core modules to transactions, creating when necessary

The Sippet.Transport is responsible for the actual transmission of requests and responses over network transports

A behaviour module for implementing Sippet network transport protocols

The transport queue receives datagrams or messages from network transport protocols, validates and routes them to the transaction module

Utilities for working with SIP-URIs. This module provides functions for working with URIs (for example, parsing SIP-URIs, encoding parameters or header strings)