forked from ppizarro/luasofia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (34 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=============================================================
README / LuaSofia is a Lua binding of Sofia-Sip library
=============================================================
Introduction
------------
LuaSofia is a Lua binding of Sofia-Sip library.
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 LuaSofia is
GNU/Linux. LuaSofia is licensed under the LGPL.
Quick start
-----------
LuaSofia uses the GNU autotools, so building procedure
is the usual:
sh> sh autogen.sh (if building from git)
sh> ./configure
sh> make
sh> make install
References
----------
Project website:
- http://wiki.github.com/ppizarro/luasofia
- http://luasofia.sourceforge.net/
Mailing list:
- http://sourceforge.net/mailarchive/forum.php?forum_name=luasofia-devel
Version control repositories:
- http://github.com/ppizarro/luasofia
Licensing
---------
LuaSofia is licensed under terms of the GNU LGPL.
See the file "COPYING" for more information.