wok diff pjsip/description.txt @ rev 25788
xgalaga: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 08:52:14 2024 +0000 (4 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pjsip/description.txt Thu Sep 26 08:52:14 2024 +0000 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.