From ae0c9a983e04993d497ace4d6d036043a4582c26 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 26 Oct 2018 21:54:47 +0300 Subject: [PATCH] added note about source code location --- .../com.tutpro.baresip/en-US/full_description.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fdroid/repo/com.tutpro.baresip/en-US/full_description.txt b/fdroid/repo/com.tutpro.baresip/en-US/full_description.txt index 10f23f7e..25533900 100644 --- a/fdroid/repo/com.tutpro.baresip/en-US/full_description.txt +++ b/fdroid/repo/com.tutpro.baresip/en-US/full_description.txt @@ -1,7 +1,10 @@ Currently baresip app supports SIP voice calls and messages with TLS transport, voicemail Message Waiting Indication (MWI), incoming call transfers via REFER method, PCMU/PCMA and opus voice codecs, as well as -ZRTP and (DTLS) SRTP media encapsulation. Development of baresip app is -motivated by need for a secure open source SIP User Agent for Android -that does not depend on proprietary, third party push notification -services. +ZRTP and (DTLS) SRTP media encapsulation. + +Development of baresip app is motivated by need for a secure open source +SIP User Agent for Android that does not depend on proprietary, third +party push notification services. + +Source code is available at https://github.com/juha-h/baresip-studio.