wok diff pjsip/description.txt @ rev 25142

updated pjsip and pjsip-dev (2.8 -> 2.11.1)
author Hans-G?nter Theisgen
date Wed Jun 29 14:35:46 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pjsip/description.txt	Wed Jun 29 14:35:46 2022 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +PJSIP is a free and open source multimedia communication library
     1.5 +written in C language implementing standard based protocols such
     1.6 +as SIP, SDP, RTP, STUN, TURN, and ICE.
     1.7 +It combines signaling protocol (SIP) with rich multimedia framework
     1.8 +and NAT traversal functionality into high level API that is portable
     1.9 +and suitable for almost any type of systems ranging from desktops,
    1.10 +embedded systems, to mobile handsets.
    1.11 +
    1.12 +PJSIP is both compact and feature rich.
    1.13 +It supports audio, video, presence, and instant messaging, and has
    1.14 +extensive documentation. PJSIP is very portable.
    1.15 +On mobile devices, it abstracts system dependent features and in
    1.16 +many cases is able to utilize the native multimedia capabilities of
    1.17 +the device.
    1.18 +
    1.19 +PJSIP has been developed by a small team working exclusively for the
    1.20 +project since 2005, with participation of hundreds of developers
    1.21 +from around the world, and is routinely tested at SIP Interoperability
    1.22 +Event (SIPit ) since 2007.