Re: [Telepathy] TURN servers in Empathy

2015-02-16 Thread Diane Trout
On Monday, January 26, 2015 12:01:52 Olivier Crête wrote: On 26/01/15 11:46 AM, Dominik George wrote: 1. STUN and TURN servers can be published throush XEP-0215; this also allows the use of temporary credentials. Jitsi and Prosody already support that, and I personally think it is a valid

Re: [Telepathy] Cannot hear sip audio

2015-01-03 Thread Diane Trout
I've been debugging kde-telepathy, I it seems to me like stream negotiation in telepathy is a bit flaky. For me sometimes holding and unholding a call will cause it to succesfully renegotiate a stream. This may or may not help with Empathy. Diane On Monday, December 22, 2014 10:30:21 Berend

Re: [Telepathy] telepathy-python

2015-08-21 Thread Diane Trout
Let's face it, you have literally decided that telepathy-glib generated bindings are not as good, not as python like, etc. I only have one argument for you, having ported a lot, the difference between both is very little. Have you ever thought of using help method in python btw ? Nicolas

Re: [Telepathy] telepathy-python

2015-08-21 Thread Diane Trout
On Thursday, August 20, 2015 17:39:12 Nicolas Dufresne wrote: Le mardi 18 août 2015 à 16:59 -0700, Diane Trout a écrit : My current progress is at: https://github.com/detrout/telepathy-python Hmm, but telepathy-glib is fully instrospectable, you don't need manually written bindings

[Telepathy] telepathy-python

2015-08-18 Thread Diane Trout
Hello, I know Gnome deprecated telepathy-python, but after needing to write a quick connection manager and really liking python I decided to try and update it for the current telepathy sepc. My current progress is at: https://github.com/detrout/telepathy-python Mostly I've made sure it works

Re: [Telepathy] incoming call not notified

2015-10-16 Thread Diane Trout
> Is the telepathy-ofono code up to date? > > Are any other API calls required when making a call channel? > > Are there any other examples? I don't know the status of telepathy-ofono. ktp-call-ui has been updated to Qt5 and I'm doing more tests trying to (slowly) figure out some of the

Re: [Telepathy] incoming call not notified

2015-10-16 Thread Diane Trout
> Is there a TelepathyQt API call to trigger the approver? > > This is the code I have right now: > > https://github.com/resiprocate/resiprocate/blob/master/apps/telepathy/SipCal > lChannel.cxx#L37 > > Is there something obviously missing? I don't know the guts of telepathy to answer that

Re: [Telepathy] Telepathy in Desktops and/or RTC dev-rooms at FOSDEM?

2015-12-03 Thread Diane Trout
On Thursday, November 19, 2015 09:02:03 AM Daniel Pocock wrote: > As some people have probably noticed, there has also been discussion > about Telepathy and Empathy on the GNOME release-team list recently[1] > and follow-up on the gnome-list[2] > > I've proposed a session in the FOSDEM Desktops

Re: [Telepathy] questions about memory and search contacts

2015-12-30 Thread Diane Trout
On Wednesday, December 30, 2015 07:32:24 PM Ask Stack wrote: > HII use Evolution to connect to office365 and Empathy to Lync. > Empathy is working fine mostly, but I have two questions I need to ask. > 1. Empathy uses a lot of memory. When empathy starts, gnome-contacts also > starts to consume

Re: [Telepathy] merging patches into telepathy-gabble

2015-12-24 Thread Diane Trout
> I'll happily test things and provide feedback from in the wild. > Keep your eyes on this mailing list then. > I do not speak C++ or anything else of relevance, though. :) Here's my plan: I want to fix the minor unit tests errors in the current wocky code. Then merge XEP 183 and make sure

[Telepathy] merging patches into telepathy-gabble

2015-12-23 Thread Diane Trout
Hello, I was looking through some of the bugs on the freedesktop bug tracker and saw that there's patches for telepathy-gabble to add Stream Management (XEP-0198) and message carbons (XEP-0280) What can we do to get these patches finished and merged? It seems like the current maintainers

Re: [Telepathy] merging patches into telepathy-gabble

2015-12-23 Thread Diane Trout
On Wednesday, December 23, 2015 03:54:27 PM Olivier Crête wrote: > Hi, > > Telepathy, in particular gabble and tp-glib, are definitely in need a > new maintainership, if you want to become the maintainer, I don't think > there would be much opposition. > > Olivier I'm willing to make a stab at

Re: [Telepathy] merging patches into telepathy-gabble

2016-01-12 Thread Diane Trout
On Wednesday, December 23, 2015 05:23:29 PM Olivier Crête wrote: > Hi, > > There was a detailed page on how to make a release in the old wiki, I'm > trying to revive it. > > I would assume the tp-gabble unit tests passed when the last release > was made. > I've gotten the unit tests to pass,

Re: [Telepathy] wocky tests / status

2016-01-10 Thread Diane Trout
> The tests I was most recently working on was there's a problem where the > wocky-http-proxy-test is failing, That appears to be due to needing to increase the priorty of wocky's http proxy. Applying this change, makes wocky-http-proxy-test pass. Diane diff --git a/wocky/wocky-http-proxy.c

Re: [Telepathy] future of Telepathy?

2016-06-04 Thread Diane Trout
> > Totally agreed. For that reason I would rather invest some time into > making XMPP work better with Telepathy. Supporting more XEPs. > I am quite new to this mailing list but recently tried to get my feet > wet: > https://lists.freedesktop.org/archives/telepathy/2016-April/006805.ht > ml > 

Re: [Telepathy] Which ContactList interface methods are essential?

2016-06-04 Thread Diane Trout
On Tue, 2016-05-10 at 15:34 -0300, Mateus Bellomo wrote: > Hello, > > I'm trying to implement contact list functionalities at resiprocate > and I'm reading the specification at [1]. As suggested by Alexandr, > I'm also reading telepathy-morse [2] and telepathy-nonsense [3], and > I noticed that

Re: [Telepathy] status of empathy and XMPP in telepathy

2016-06-04 Thread Diane Trout
On Tue, 2016-04-26 at 17:52 +0200, Daniel Pocock wrote: > Finally, for media streaming, it would be good to come up with a > common > solution for both telepathy-resiprocate and telepathy-gabble (or a > TelepathyQt-based successor to it).  This would potentially mean > using > the same TURN server

Re: [Telepathy] requestHandles method

2016-06-04 Thread Diane Trout
On Sat, 2016-06-04 at 16:24 -0300, Mateus Bellomo wrote: > Hello, > > I'm implementing tha Aliases interface methods at telepathy- > resiprocate and I'm getting some problems when I try to add a > contact. Empathy closes unexpectedly and it won't show anything in > the empahy-debugger[1]. > I'd

Re: [Telepathy] buddy list methods

2016-06-05 Thread Diane Trout
On Thu, 2016-05-26 at 09:31 -0300, Mateus Bellomo wrote: > > Looking at the first line, you need to install the libqt4-dev > package > (which you probably have already) and ensure that QtGui is included > in > your CPPFLAGS > > Thanks for the tip Daniel. I tried this but still the same error. And

Re: [Telepathy] Emapathy Call UI

2016-06-06 Thread Diane Trout
On Tue, 2016-06-07 at 01:04 +0530, Alok Anand wrote: > Hi, > > I am working on call hangup feature for Connectiion manager for > resiprocate[1]. After setting up accounts on Empathy and Lumicall, I > tried calling/receiving using both clients. With empathy you can run  

Re: [Telepathy] Project revival?

2016-06-12 Thread Diane Trout
> I have reached out to jdev mailing list, as well as the author of > XMPP  > Desktop Screen Sharing in Empathy. Unfortunately I was not able to > get  > any major attention. I believe that the Empathy developers were also the original Telepathy team as well, so its not surprising you didn't

Re: [Telepathy] installing qt5

2016-06-04 Thread Diane Trout
> Can the modified telepathy-qt4 and telepathy-qt5 packages be built at > the same time? >  FWIW at least in Debian telepathy-qt4 and telepathy-qt5 are built from the same source package. ___ telepathy mailing list telepathy@lists.freedesktop.org

Re: [Telepathy] wiki update

2016-06-21 Thread Diane Trout
On Mon, 2016-06-20 at 12:33 +0300, George Kiagiadakis wrote: > Hi, > > I've taken the liberty of reviving a large portion of the old > telepathy > wiki and polishing some pages so that it's usable and more current. > > Take a look [1] and let me know what you think. Feel free to edit it >

[Telepathy] wocky tests / status

2016-01-09 Thread Diane Trout
Hi, While I was working on merging some of the improvements for wocky in the freedesktop bug tracker, I decided to try running the wocky test cases. It looks like make check in gabble may not run the wocky tests. It seems like you need to actually cd lib/ext/wocky and do make check. I figured

Re: [Telepathy] Telepathy Help

2016-04-04 Thread Diane Trout
> - look at this API stuff: > > https://telepathy.freedesktop.org/doc/book/ > Also look at the telepathy-spec https://telepathy.freedesktop.org/spec/ Diane ___ telepathy mailing list telepathy@lists.freedesktop.org

Re: [Telepathy] "Save Password" does not work

2016-07-04 Thread Diane Trout
Do you have kaccounts, signond, and telepathy sign on plugin (I think those are package names, I'm not at computer right now). I think I also has issues with upgrades, so if the accounts created pre kaccounts they might not have password saved, also there's a ag-tool command for inspecting the

Re: [Telepathy] testing telepathy-glib gi bindings

2016-07-03 Thread Diane Trout
> > import gi > > gi.extend_path('/telepathy-glib/telepathy-glib/', > > 'TelepathyGLib-0.12') > > gi.require_version('TelepathyGLib', '0.12') > > > > To try and grab the recently built typelib instead of any one > > potentially already installed. > > Did you try it? Did it work? Not yet. (at

[Telepathy] Telepathy Release process?

2017-11-03 Thread Diane Trout
Hi, Anyone still around who can handle doing releases? There's a request for a new release of telepathy-idle https://bugs.freedesktop.org/show_bug.cgi?id=94189 And Polari is actually maintained and reasonably well liked. (Also Hi team members, I'm starting to have time again. In case you

Re: [Telepathy] Telepathy Release process?

2017-11-03 Thread Diane Trout
On Sat, 2017-11-04 at 01:16 +0300, Alexandr Akulich wrote: > The second reason is that freedesktop.org is still a preferred > platform in terms of freedom. "Github is a proprietary platform, so > someone can buy and close it." I agree. > > My suggestion is to release all project presented at

Re: [Telepathy] Telepathy Release process?

2017-11-05 Thread Diane Trout
Hello > > Please, go ahead. I can also make releases, but I have a lot in my > backlog right now. The instructions should be straightforward. They look pretty straight forward... Thank you for updating the wiki. > Please, also push the changes on the github telepathy-idle > repository. The

Re: [Telepathy] Telepathy Release process?

2017-11-03 Thread Diane Trout
On Fri, 2017-11-03 at 17:18 -0400, Olivier Crête wrote: > Hi, > > I believe the most active maintenance of Telepathy is now at > > https://github.com/TelepathyIM > > Olivier I believe so too... Should we have new releases go through freedesktop.org? or just make github releases, and convince