Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.4

2012-05-14 Thread Mystilleef
On Sat, May 12, 2012 at 6:28 PM, Olivier Crête olivier.cr...@collabora.com wrote: Hi, For the media part, the telepathy-farstream code is the same, but for the client part, you have to request a Call1 channel instead of a StreamedMedia channel. And so you have to use different APIs there.

Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.4

2012-05-14 Thread Mystilleef
On Mon, May 14, 2012 at 11:50 AM, Olivier Crête olivier.cr...@collabora.com wrote: Hi On Mon, 2012-05-14 at 11:43 -0400, Mystilleef wrote: 1) For outgoing calls, calling TpCallChannel.accept transitions the channel's state from Pending_Initiator to Initialised. How do I get the channel's

Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.4

2012-05-13 Thread Mystilleef
different APIs there. The new Call1 API should be much easier to use, no need to mess around with the Group interface for example. Olivier Mystilleef mystill...@gmail.com wrote: With regards to using the new Call API, do I need to adjust my code with telepathy-farstream, or will my old code

[Telepathy] Problem with Telepathy Farstream, new Call API and SIP

2012-05-13 Thread Mystilleef
Hello, I'm trying to port my app to the new Call API. I've changed all the interfaces to use the New Call API. The docs say to initiate an outgoing SIP call all I have to do is call the Accept method. However, when I call the accept method, nothing happens. The CallChannel does change its call

Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.4

2012-05-12 Thread Mystilleef
With regards to using the new Call API, do I need to adjust my code with telepathy-farstream, or will my old code just work fine? On Tue, May 8, 2012 at 8:03 PM, Brian Pepple bpep...@fedoraproject.org wrote: On Tue, 2012-05-08 at 13:07 -0400, Olivier Crête wrote: Telepathy-Rakia development

[Telepathy] Does SIP work with the new Farstream

2012-04-29 Thread Mystilleef
Hello, I decided, very reluctantly, to port my sip client to telepathy-farstream yesterday because fedora was whining about telepathy-farsight being obsolete. After hours of trial and error, it finally worked! Today, after a reboot, the client fails to connect to the server. Then I release the

Re: [Telepathy] Does SIP work with the new Farstream

2012-04-29 Thread Mystilleef
Nevermind, after a reboot, everything works again. Weird. On Sun, Apr 29, 2012 at 6:30 PM, Mystilleef mystill...@gmail.com wrote: Hello, I decided, very reluctantly, to port my sip client to telepathy-farstream yesterday because fedora was whining about telepathy-farsight being obsolete

Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.2

2011-10-26 Thread Mystilleef
Hello, Fedora rawhide now uses telepathy-rakia version 0.7.2 Since the change from sofia to rakia my app has stopped working. It's always offline. It turns out Mission Control is not starting the telepathy- rakia process. Or the process is timing out. Starting the process manually results in

Re: [Telepathy] telepathy-rakia not working (Was: ANNOUNCE: telepathy-rakia 0.7.2)

2011-10-26 Thread Mystilleef
Mystilleef [mailto:mystill...@gmail.com javascript:;] Sent: 26 October, 2011 17:39 To: Zabaluev Mikhail (Nokia-MP/Helsinki) Cc: telepathy@lists.freedesktop.org javascript:;; ftp-rele...@lists.freedesktop.org javascript:; Subject: Re: [Telepathy] ANNOUNCE: telepathy-rakia 0.7.2 Fedora rawhide

Re: [Telepathy] telepathy-rakia not working (Was: ANNOUNCE: telepathy-rakia 0.7.2)

2011-10-26 Thread Mystilleef
, -Original Message- From: ext Mystilleef [mailto:mystill...@gmail.com] Sent: 26 October, 2011 18:57 To: Zabaluev Mikhail (Nokia-MP/Helsinki) Cc: telepathy@lists.freedesktop.org Subject: Re: [Telepathy] telepathy-rakia not working (Was: ANNOUNCE: telepathy-rakia 0.7.2) Thanks

Re: [Telepathy] Announce: telepathy-glib 0.15.6

2011-10-03 Thread Mystilleef
On Friday, September 30, 2011, Xavier Claessens wrote: Deprecations: • tp_account_prepare_{async,finish} replaced by tp_proxy_prepare_{async,finish} • tp_account_manager_prepare_{async,finish} replaced by tp_proxy_prepare_{async,finish} How does this translate in PyGI? My app now

Re: [Telepathy] Announce: telepathy-glib 0.15.6

2011-10-03 Thread Mystilleef
On Monday, October 3, 2011, Xavier Claessens wrote: It should have no effect on PyGI since those deprecated APIs where already annotated with (skip) anyway. However, I've been told that a commit[1] breaks introspection because order in which gi-parser takes files matters. Arguably it could

Re: [Telepathy] tpfarsight (Python) and GObject Introspection Incompatibilities

2011-08-24 Thread Mystilleef
2011/8/24 Olivier Crête olivier.cr...@collabora.com: Hi, On Wed, 2011-08-24 at 08:55 +0200, Tomeu Vizoso wrote: On Wed, Aug 24, 2011 at 08:35, Mystilleef mystill...@gmail.com wrote: Hello, My application suddenly stopped working after an upgrade. So I spent the better part of today

Re: [Telepathy] tpfarsight (Python) and GObject Introspection Incompatibilities

2011-08-24 Thread Mystilleef
2011/8/24 Olivier Crête olivier.cr...@collabora.com: On Wed, 2011-08-24 at 10:52 -0400, Mystilleef wrote: 2011/8/24 Olivier Crête olivier.cr...@collabora.com: Hi, On Wed, 2011-08-24 at 08:55 +0200, Tomeu Vizoso wrote: On Wed, Aug 24, 2011 at 08:35, Mystilleef mystill...@gmail.com wrote

Re: [Telepathy] empathy-2.32.2 refuses to call through SIP

2011-06-22 Thread Mystilleef
On Tue, Jun 21, 2011 at 4:28 PM, Yuri y...@rawbw.com wrote: I am on FreeBSD-8.2. I have installed sofia-sip and telepathy-sofiasip. empathy is able to connect with my SIP account and has status 'Available'. However, when I am trying to place a call (Chat-New Call) SIP account in combobox is

Re: [Telepathy] gst.LinkError in Telepathy Farsight

2011-06-18 Thread Mystilleef
2011/6/17 Olivier Crête olivier.cr...@collabora.com: If you get a segfault from python code, it means there is a bug in the C code somewhere.. In gstreamer or tp-farsigh? Can you post the smallest possible example that crashes somewhere ? I'm assuming you want a working example and not

[Telepathy] gst.LinkError in Telepathy Farsight

2011-06-17 Thread Mystilleef
I'm getting the following error with tp-farsight = Traceback (most recent call last): File /home/lateef/teletest/MediaChannelStreamer.py, line 54, in __stream_created_cb src.get_pad(src).link(srcpad) gst.LinkError: enum

Re: [Telepathy] gst.LinkError in Telepathy Farsight

2011-06-17 Thread Mystilleef
Thanks for your response Tiago. On Fri, Jun 17, 2011 at 5:51 PM, Tiago Katcipis katci...@inf.ufsc.br wrote: Hi, On Fri, Jun 17, 2011 at 9:54 AM, Mystilleef mystill...@gmail.com wrote: I'm getting the following error with tp-farsight

Re: [Telepathy] gst.LinkError in Telepathy Farsight

2011-06-17 Thread Mystilleef
2011/6/17 Olivier Crête olivier.cr...@collabora.com: Hi, On Fri, 2011-06-17 at 18:04 -0400, Mystilleef wrote: On Fri, Jun 17, 2011 at 5:51 PM, Tiago Katcipis katci...@inf.ufsc.br wrote:        def __stream_created_cb

Re: [Telepathy] gst.LinkError in Telepathy Farsight

2011-06-17 Thread Mystilleef
2011/6/17 Olivier Crête olivier.cr...@collabora.com: You want to do it in this order: def __stream_created_cb(self, channel, stream):  print Start of stream created!  stream.connect(src-pad-added, self.__src_pad_added_cb)  srcpad = stream.get_property (sink-pad)  from gst import

[Telepathy] How do I use Interfaces from PyGI tp-glib

2011-06-15 Thread Mystilleef
I may have run into a problem where some of the methods and signals in certain interfaces are not exposed in PyGI tp- glib. For example, some of the methods and all of the signals in oft.Channel.Interface.Group are not exposed in PyGI tp-glib. In particular, I'm trying to add a member to a

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-15 Thread Mystilleef
On Tue, Jun 14, 2011 at 2:52 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: On Mon, Jun 13, 2011 at 16:04, Danielle Madeley danielle.made...@collabora.co.uk wrote: On Mon, 2011-06-13 at 15:23 +0200, Tomeu Vizoso wrote: I'm I doing something wrong? Or is this a bug? PyGObject is

[Telepathy] How do I receive channels in an observer client?

2011-06-14 Thread Mystilleef
I think I'm missing a step to help my observer receive incoming media channels. Here's what I've done. 1) I've registered an Account with the AccountManager 2) Via the Account I've requested the presence to be Available. If I'm not mistaken this automatically sets up a connection. 3) I've

Re: [Telepathy] How do I receive channels in an observer client?

2011-06-14 Thread Mystilleef
On Tue, Jun 14, 2011 at 10:31 AM, Simon McVittie simon.mcvit...@collabora.co.uk wrote: On Tue, 14 Jun 2011 at 10:11:06 -0400, Mystilleef wrote: Yet, I can't receive any media channels. ... I have _neither_ an approver or handler client implemented yet. Does this matter? I don't know exactly

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Mystilleef
On Mon, Jun 13, 2011 at 5:04 AM, Danielle Madeley danielle.made...@collabora.co.uk wrote: On Sun, 2011-06-12 at 03:12 -0400, Mystilleef wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last):   File /home/lateef/teletest

Re: [Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-13 Thread Mystilleef
On Mon, Jun 13, 2011 at 9:23 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: On Sun, Jun 12, 2011 at 09:12, Mystilleef mystill...@gmail.com wrote: I get the following error when I use an integer parameter during account creation: Traceback (most recent call last):  File /home/lateef/teletest

[Telepathy] Type Conversion Error in PyGI tp-glib

2011-06-12 Thread Mystilleef
I get the following error when I use an integer parameter during account creation: Traceback (most recent call last): File /home/lateef/teletest/AccountCreator.py, line 75, in __create_async_cb account = telepathy_account_manager.create_account_finish(result) File

[Telepathy] Location of FEATURE constants in PyGI tp-glib?

2011-06-11 Thread Mystilleef
Hi, Where are the FEATURE constants (e.g TP_ACCOUNT_MANAGER_FEATURE_CORE) located in PyGI tp-glib? I need to pass a FEATURE constant as an argument to the is_prepared method in TP proxy objects. ___ telepathy mailing list

Re: [Telepathy] Location of FEATURE constants in PyGI tp-glib?

2011-06-11 Thread Mystilleef
On Sat, Jun 11, 2011 at 5:57 PM, Xavier Claessens xclae...@gmail.com wrote: Le samedi 11 juin 2011 à 17:42 -0400, Mystilleef a écrit : Hi, Where are the FEATURE constants (e.g TP_ACCOUNT_MANAGER_FEATURE_CORE) located in PyGI tp-glib? Macros are not imported in the g-i, sadly. So you need

[Telepathy] Status of Telepathy Python

2011-06-06 Thread Mystilleef
My decision to use Telepathy (Python) to write an SIP client is on shaky grounds. I'm running into snag after snag and it's affecting my confidence in using this framework for my project. Apart from the documentation problems (documentation should emphasize how to do things as opposed to

Re: [Telepathy] Status of Telepathy Python

2011-06-06 Thread Mystilleef
some stuff using the DBus Spec and the developer's handbook which does a fantastic job explaining the architecture of Telepathy and would be even better if the current examples (the Python ones in particular) are updated and perhaps even more added. On Mon, 2011-06-06 at 11:44 -0400, Mystilleef

Re: [Telepathy] Status of Telepathy Python

2011-06-06 Thread Mystilleef
On Tue, Jun 7, 2011 at 1:24 AM, Jiri Baum j...@baum.com.au wrote: Hello, Mystilleef: Also are there any Free Software Python apps that have been written with Telepathy? I've made a start on one, but have been rather neglecting it for the last year or so...  However, the Telepathy Tube