Anthony Minessale 1a7c04da88 FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve il y a 7 ans
..
docs d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
libsofia-sip-ua 1a7c04da88 FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve il y a 7 ans
libsofia-sip-ua-glib 2513388d8a clean up some bootstrap warnings il y a 10 ans
m4 320d2eae52 FS-7314 #resolve #comment try to fix openssl configure detection failure caused by broken commit upstream in openssl 1.0.2. I don't have a box with this version of openssl so you'll need to let me know if this doesn't work il y a 9 ans
open_c 8414c498cf Fix line endings per .gitattributes il y a 10 ans
packages 39ed058e2a Mon Mar 9 12:42:48 CDT 2009 Pekka Pessi <first.last@nokia.com> il y a 15 ans
rules 957d92c430 fix openbsd sofia build il y a 14 ans
s2check 4909cdb7fb FS-7322 #resolve il y a 9 ans
scripts 87c2bb552f FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it should be /usr/pkg/bin/bash il y a 12 ans
tests 2513388d8a clean up some bootstrap warnings il y a 10 ans
utils 2513388d8a clean up some bootstrap warnings il y a 10 ans
win32 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015. il y a 9 ans
.update 637f3b6336 FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled #resolve il y a 7 ans
AUTHORS 1b16791e18 Wed Dec 3 06:00:07 CST 2008 Pekka Pessi <first.last@nokia.com> il y a 16 ans
COPYING d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
COPYRIGHTS d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
ChangeLog d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
ChangeLog.ext-trees d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
Makefile.am 4909cdb7fb FS-7322 #resolve il y a 9 ans
README d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
README.developers d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
RELEASE 4faa0ed664 Mon Mar 23 12:27:27 CDT 2009 Pekka Pessi <first.last@nokia.com> il y a 15 ans
RELEASE.template d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
TODO d8c4d22d40 merge whitespace fixes from sofia-sip tree il y a 16 ans
acinclude.m4 219a2ecc4b Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ) il y a 15 ans
autoconf-all.cmd ebbbc6da8c Thu Jun 25 06:53:16 CDT 2009 kai.k.samposalo@nokia.com il y a 15 ans
autogen.sh 4d3dac5b52 FSBUILD-249 il y a 14 ans
configure.ac 03e1aeae65 FS-9840 mod_sofia: fix redefine warning il y a 8 ans
configure.gnu f2ccbb1918 chmod 755 il y a 13 ans

README

=============================================================
README / Sofia-SIP - RFC3261 compliant SIP User-Agent library
=============================================================

Introduction
------------

Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 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 person-to-person communication
services. The primary target platform for Sofia-SIP is
GNU/Linux. Sofia-SIP is based on a SIP stack developed at
the Nokia Research Center. Sofia-SIP is licensed under the LGPL.


Quick start
-----------

Sofia-SIP uses the GNU autotools, so building procedure
is the usual:

sh> sh autogen.sh (if building from darcs)
sh> ./configure
sh> make
sh> make install

See also 'docs/devel_platform_notes.txt' for notes on compiling
Sofia-SIP in different environments.

See the "options-client-example" (available using darcs at
http://sofia-sip.org/repos/options-client-example/ or with CVS as
a module in Sofia-SIP CVS tree) for an example of a small app that
is utilizing Sofia-SIP, and specifically the libsofia-sip-ua
library component.

There are also multiple example clients under
the "sofia-sip/utils" directory:

- sip-options, query using SIP OPTIONS method
- sip-date, SIP date printer/parser

The Sofia-SIP su submodule also provides some small utilities:

- addrinfo (libsofia-sip-ua/su), resolve host names
- localinfo (libsofia-sip-ua/su), prints information about
local network interfaces

References
----------

Project website:
- http://sofia-sip.sourceforge.net
- http://www.sourceforge.net/projects/sofia-sip

Mailing list:
- http://sourceforge.net/mail/?group_id=143636

Version control repositories:
- see the project website (link above)

Licensing
---------

Sofia-SIP is licensed under terms of the GNU LGPL.
See the file "COPYING" for more information.