wok diff osip/description.txt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osip/description.txt	Mon Jun 13 19:39:39 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +OSIP is an LGPL implementation of SIP.
     1.5 +It's stable, portable, flexible and compliant! -may be more-!
     1.6 +It is used mostly with eXosip2 stack (GPL) which provides
     1.7 +simpler API for User-Agent implementation.
     1.8 +
     1.9 +SIP stands for the Session Initiation Protocol and is described
    1.10 +by the rfc3261 (wich deprecates rfc2543).
    1.11 +This library aims to provide multimedia and telecom software
    1.12 +developers an easy and powerful interface to initiate and
    1.13 +control SIP based sessions in their applications.
    1.14 +SIP is a open standard replacement from IETF for H323.