Skip to content

Releases: emiago/sipgo

v0.7.2

25 Feb 00:02
Compare
Choose a tag to compare
  • #9 Checking line termination is CRLF . Thanks @yushimeng for contributing
  • #6 Adding register example with digest auth
  • Improved docs and small fixes

v0.7.1

30 Jan 23:55
Compare
Choose a tag to compare

v0.7.0

01 Jan 20:40
Compare
Choose a tag to compare

Adding TLS support.
There are API changes for server:

  • Instead srv.Listen() + srv.Serve() this is now merged into single function srv.ListenAndServe() that needs explicit call (Similar like http package)
  • For TLS srv.ListenAndServeTLS() is added.

For now simple TLS call is tested

v0.6.0

21 Dec 20:36
Compare
Choose a tag to compare

Module path is fixed to emiago/sipgo
usage go get -u github.com/emiago/sipgo

v0.5.0

21 Dec 19:48
Compare
Choose a tag to compare

Adding websocket support.

v0.4.0

08 Oct 06:51
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Spliting client and server to make easier maintaining uac uas
  • Proxy is build with combination of client and server handle.
  • IN proxy case UserAgent structure must be shared with server and client handle

v0.3.0

28 Sep 20:18
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Dialog support (simple approach)
  • Improved docs

v0.2.0

28 Aug 22:29
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

TCP support added.
Wrapping some Transport layer functions.