Anthony Minessale 1a7c04da88 FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve 7 năm trước cách đây
..
docs d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
libsofia-sip-ua 1a7c04da88 FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve 7 năm trước cách đây
libsofia-sip-ua-glib 2513388d8a clean up some bootstrap warnings 10 năm trước cách đây
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 9 năm trước cách đây
open_c 8414c498cf Fix line endings per .gitattributes 10 năm trước cách đây
packages 39ed058e2a Mon Mar 9 12:42:48 CDT 2009 Pekka Pessi <first.last@nokia.com> 15 năm trước cách đây
rules 957d92c430 fix openbsd sofia build 14 năm trước cách đây
s2check 4909cdb7fb FS-7322 #resolve 9 năm trước cách đây
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 12 năm trước cách đây
tests 2513388d8a clean up some bootstrap warnings 10 năm trước cách đây
utils 2513388d8a clean up some bootstrap warnings 10 năm trước cách đây
win32 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015. 9 năm trước cách đây
.update 637f3b6336 FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled #resolve 7 năm trước cách đây
AUTHORS 1b16791e18 Wed Dec 3 06:00:07 CST 2008 Pekka Pessi <first.last@nokia.com> 16 năm trước cách đây
COPYING d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
COPYRIGHTS d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
ChangeLog d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
ChangeLog.ext-trees d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
Makefile.am 4909cdb7fb FS-7322 #resolve 9 năm trước cách đây
README d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
README.developers d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
RELEASE 4faa0ed664 Mon Mar 23 12:27:27 CDT 2009 Pekka Pessi <first.last@nokia.com> 15 năm trước cách đây
RELEASE.template d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
TODO d8c4d22d40 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
acinclude.m4 219a2ecc4b Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ) 15 năm trước cách đây
autoconf-all.cmd ebbbc6da8c Thu Jun 25 06:53:16 CDT 2009 kai.k.samposalo@nokia.com 15 năm trước cách đây
autogen.sh 4d3dac5b52 FSBUILD-249 14 năm trước cách đây
configure.ac 03e1aeae65 FS-9840 mod_sofia: fix redefine warning 8 năm trước cách đây
configure.gnu f2ccbb1918 chmod 755 13 năm trước cách đây

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.