Categorygithub.com/Juphoon/gosip
modulepackage
0.0.3
Repository: https://github.com/juphoon/gosip.git
Documentation: pkg.go.dev

# README

gosip

SIP stack in Go (RFC 3261)

Build Status Coverage Status

PROJECT IS UNDER DEVELOPMENT

Inspired by:

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Forked from github.com/StefanKopieczek/gossip by @StefanKopieczek.
transaction package implements SIP Transaction Layer.
transport package implements SIP transport layer.
Forked from github.com/StefanKopieczek/gossip by @StefanKopieczek.

# Functions

NewServer creates new instance of SIP server.
No description provided by the author
No description provided by the author

# Variables

Version is the current gosip package version.

# Structs

No description provided by the author
ServerConfig describes available options.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

RequestHandler is a callback that will be called on the incoming request of the certain method tx argument can be nil for 2xx ACK request.
No description provided by the author
No description provided by the author