Sippet

A C++ library designed to be a Chrome SIP stack.

Current status: Work-in-progress

Sippet is an open-source SIP User-Agent library, compliant with the IETF RFC 3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and P2P communication services.

The main target was to enable Javascript applications to use UDP, TCP and TLS transports along WebSocket. Existing SIP solutions for the browser are forced to use the WebSockets API to send/receive SIP messages. But for many service providers, the WebSocket protocol could not be a feasible solution due to scalability, support and other business constraints.

By the way, the stack can be used as a full client-side C++ Stack (full-featured) without Javascript integration.

Features

Fun stuff