diff options
author | Bob Funk <bobfunk11@gmail.com> | 2023-05-25 22:22:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:48 +0700 |
commit | ca6dbedce1f82b969cf56f538763712326a63e86 (patch) | |
tree | c7aa9400f7b6685b1ef0e47fbe801ae6510e6cd0 /libraries/sofia-sip/README | |
parent | f694e821363ae795fb913ba0291fec06af5d41b6 (diff) |
libraries/sofia-sip: Added (SIP User-Agent Library)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/sofia-sip/README')
-rw-r--r-- | libraries/sofia-sip/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/sofia-sip/README b/libraries/sofia-sip/README new file mode 100644 index 0000000000000..7bf0a8d475fa3 --- /dev/null +++ b/libraries/sofia-sip/README @@ -0,0 +1,7 @@ +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. + |