libeXosip2: fix comment and URL in menuconfig

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Luca Ceresoli 2012-05-07 10:43:10 +00:00 committed by Peter Korsgaard
parent 674d4db3e6
commit eef36a8e86

View File

@ -2,10 +2,12 @@ config BR2_PACKAGE_LIBEXOSIP2
bool "libeXosip2" bool "libeXosip2"
select BR2_PACKAGE_LIBOSIP2 select BR2_PACKAGE_LIBOSIP2
help help
GNU Higher level SIP (Session Initiation Protocol) eXosip is a library that hides the complexity of using the
This library aims to provide multimedia and telecom software SIP protocol for mutlimedia session establishement.
developers an easy and powerful interface to initiate and This protocol is mainly to be used by VoIP telephony
control SIP based sessions in their applications. applications (endpoints or conference server) but might be
SIP is a open standard replacement from IETF for H323. also usefull for any application that wish to establish
sessions like multiplayer games.
eXosip is based in libosip.
http://www.gnu.org/software/osip/ http://savannah.nongnu.org/projects/exosip/