[SCM] ktp-call-ui packaging branch, experimental, updated. debian/0.9.0-2-12-g9f5e76a

Diane Trout diane at moszumanska.debian.org
Thu Dec 3 04:21:03 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-call-ui.git;a=commitdiff;h=31eb92b

The following commit has been merged in the experimental branch:
commit 31eb92bef423659674f8f14013eee974ce61128e
Author: Diane Trout <diane at ghic.org>
Date:   Wed Dec 2 20:05:18 2015 -0800

    add documentation about creating SIP accounts now that we have kaccounts
---
 debian/README.Debian | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..b81dbd1
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,34 @@
+This is a pre-release version of KDE Telepathy Call UI.
+
+Hopefully it will work with XMPP/Jingle based services,
+it does at least partially work with SIP services -- If
+you can configure telepathy-rakia.
+
+Unfortunately it doesn't seem like kaccounts supports
+creating Rakia accounts yet so it needs to be done
+manually using the command line.
+
+Make sure the telepathy-rakia connection manager is added.
+
+I copied these instructions from
+https://together.jolla.com/question/415/sip-voip-native-integration/
+
+mc-tool add sofiasip/sip account_name string:account=user at host
+mc-tool update sofiasip/sip/account_name string:password=passw0rd
+mc-tool enable sofiasip/sip/account_name
+mc-tool request sofiasip/sip/account_name online
+mc-tool reconnect sofiasip/sip/account_name
+
+Techincially you can combine setting the account name
+and password on the same line.
+
+This method does mean it's trivial to obtain the SIP password
+using mc-tool
+
+Another problem is that rakia has issues finding TLS certificates
+See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699103
+
+You need to install the certificate for the service you're
+connecting to to ~/.sip/auth/cafile.pem.
+
+ -- Diane Trout <diane at ghic.org>, Sun, 15 Nov 2015 10:00:48 -0800

-- 
ktp-call-ui packaging



More information about the pkg-kde-commits mailing list