Sippet v0.2.5 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

Communicates with the C++ NIF parser in order to parse the SIP header

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

The Sippet.Transports 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