libeXosip2: fix comment and URL in menuconfig
authorLuca Ceresoli <luca@lucaceresoli.net>
Mon, 7 May 2012 10:43:10 +0000 (10:43 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 May 2012 20:58:08 +0000 (22:58 +0200)
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>
package/libeXosip2/Config.in

index 8adca5a7d89e01439a353aec49c7f4061e701099..755d28461871c5222e97266d667a9ea8b8b743d5 100644 (file)
@@ -2,10 +2,12 @@ config BR2_PACKAGE_LIBEXOSIP2
        bool "libeXosip2"
        select BR2_PACKAGE_LIBOSIP2
        help
-         GNU Higher level SIP (Session Initiation Protocol)
-         This library aims to provide multimedia and telecom software
-         developers an easy and powerful interface to initiate and
-         control SIP based sessions in their applications.
-         SIP is a open standard replacement from IETF for H323.
+         eXosip is a library that hides the complexity of using the
+         SIP protocol for mutlimedia session establishement.
+         This protocol is mainly to be used by VoIP telephony
+         applications (endpoints or conference server) but might be
+         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/