diff options
Diffstat (limited to 'libraries/libosip2/README')
-rw-r--r-- | libraries/libosip2/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libosip2/README b/libraries/libosip2/README new file mode 100644 index 0000000000..19f33b6f1b --- /dev/null +++ b/libraries/libosip2/README @@ -0,0 +1,9 @@ +oSIP is an implementation of SIP. This library aims to provide +multimedia and telecom software developers an easy and powerful +interface to initiate and control SIP based sessions in their +applications. oSIP is little in size and code and thus could be +used to implement IP soft-phone as well as embedded SIP +software. oSIP does not intend to provide a high layer API for +controlling "SIP Session" at this step. Instead, it currently +provides an API for the SIP message parser, SDP message parser, +and library to handle "SIP transactions." |