Re: [Telepathy] To add a new account, you first have to install a backend

2007-10-29 Thread Alban Crequy
On 10/29/07, Rainer Dorsch [EMAIL PROTECTED] wrote: Am Montag, 29. Oktober 2007 06:31 schrieb Simon McVittie: On Sun, 28 Oct 2007 at 23:06:58 -0400, Rainer Dorsch wrote: gabble is installed in /opt/gtalk: /usr/bin/install -c -m 644

[Telepathy] Ruby binding for Telepathy?

2007-11-26 Thread Alban Crequy
Hi, It would be nice to have Telepathy applications in Ruby. Ruby already has a D-Bus port [1] and a Gtk binding [2], so I started to write a tool inspired from Telepathy Inspector [3]. [1] Ruby D-Bus: http://trac.luon.net/ruby-dbus/ [2] Ruby-GNOME2: http://ruby-gnome2.sourceforge.jp/ [3]

[Telepathy] D-Bus tube establishment, and races

2008-01-24 Thread Alban Crequy
an application is connecting to the bus_address (step I3)? -- Alban Crequy ___ Telepathy mailing list Telepathy@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/telepathy

Re: [Telepathy] New channel request/announcement/dispatch interfaces

2008-04-11 Thread Alban Crequy
Le Thu, 10 Apr 2008 13:18:14 -0700, Ted Gould [EMAIL PROTECTED] a écrit : On Thu, 2008-04-10 at 10:06 -0700, Ted Gould wrote: I like this idea. I'm not sure if you're familiar with SXE by the Jabber folks, but I think it'd be an interesting spec to use as a model for how this stuff works.

Re: [Telepathy] Abiword's Collab plugin with Telepathy

2008-04-11 Thread Alban Crequy
Le Fri, 11 Apr 2008 09:21:52 +0200, Robert Staudinger [EMAIL PROTECTED] a écrit : On Thu, Apr 10, 2008 at 4:47 PM, Alban Crequy [EMAIL PROTECTED] wrote: [...] 1. Alice writes an Abiword document and wants to share it with Bob. She clicks on the Share document checkbox and selects

Re: [Telepathy] P2P tubes on link-local (Salut)

2008-04-18 Thread Alban Crequy
Le Fri, 18 Apr 2008 11:50:27 +0100, Alban Crequy [EMAIL PROTECTED] a écrit : - message stanzas are avoided to advertise and establish a tube: iq is more relevant for things that look like method calls and method returns, and we avoid this bug: https://bugs.freedesktop.org/show_bug.cgi?id

Re: [Telepathy] Port to Java

2008-05-09 Thread Alban Crequy
Le Fri, 9 May 2008 11:45:47 +0200, Anergy Virt [EMAIL PROTECTED] a écrit : Hi guyz Is there a port of Telepathy for Java? What do you want to do more precisely ? As far as I know, nobody tried to use Telepathy in Java programs. There is no library like telepathy-glib to help using Telepathy

Re: [Telepathy] review: Gabble hash caps

2008-05-28 Thread Alban Crequy
Branch: http://monkey.collabora.co.uk/telepathy-gabble-alban-xep0115/ XEP-0115 v1.3 (Entity Capabilities) was already implemented in Gabble. This branch implements XEP-0115 v1.5 (the new version) and remains compatible with Jabber client using the old version. The new version hopefully uses less

Re: [Telepathy] Gabble

2008-06-16 Thread Alban Crequy
Le Sun, 15 Jun 2008 00:36:16 +0800, Pete Kay [EMAIL PROTECTED] a écrit : Hi, Does anyone know much about Gabble? I saw it from telepathy website saying that it can do multi-user audio/video calls. However, I can't find much info about it. Is there any website available? Where can I get

[Telepathy] Spec updates for tubes channel

2008-08-05 Thread Alban Crequy
I started to work on how tube channels can be requested with the new requestotron. Channel type Channel.Type.Tube will replace Channel.Type.Tubes in order to have only 1 tube per channel. There is 2 steps to establish a tube: 1/ request the channel with

Re: [Telepathy] [Standards] Using Jabber in a KDE game

2008-09-04 Thread Alban Crequy
Hi, [ I added the Telepathy mailing list in Cc. ] Le Sat, 30 Aug 2008 13:56:31 +0200, Kleag [EMAIL PROTECTED] a écrit : Hello, New to this list, I'm the author of KsirK, a KDE strategy game. Currently its net game uses pure TCP/IP. One player start its game by setting a port on which to

[Telepathy] Fw: [Standards] XEP-0174: TXT record format

2008-10-20 Thread Alban Crequy
Hi, Does telepathy-salut publish its TXT records with avahi correctly? I see multiple TXT records with avahi-discover, but I am not sure to read the output correctly. -- Alban - Message Transféré - Date: Mon, 20 Oct 2008 10:06:44 -0600 De: Peter Saint-Andre [EMAIL PROTECTED] À: XMPP

Re: [Telepathy] twisted test question

2009-01-27 Thread Alban Crequy
Le Tue, 27 Jan 2009 15:29:21 -0600, Jonathon Jongsma jonathon.jong...@collabora.co.uk a écrit : As many of you are aware, I'm adding some test cases to telepathy-idle. I have a decent feel for the test infrastructure now, but I don't see any way to assert that an event doesn't happen. For

[Telepathy] Geolocation in Telepathy

2009-02-01 Thread Alban Crequy
The Gabble 'location' branch has been merged in git master today. It should be available in the next release (telepathy-gabble 0.7.20). There is some pending branches in Empathy to use it. You can see screenshots on Pierre-Luc's blog: http://blog.pierlux.com/2009/01/22/empathy-where-are-you/en/

Re: [Telepathy] how to use empathy's TubeHandler in python?

2009-02-17 Thread Alban Crequy
Le Wed, 18 Feb 2009 17:04:29 +1100, Jiri Baum j...@baum.com.au a écrit : Hello, I'm trying to use one-to-one D-Tubes in python. I've got them working (the objects can call and signal each other) but Empathy puts up an error message saying that it wasn't handled. I asked on the #telepathy,

Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Alban Crequy
Le Fri, 20 Mar 2009 11:44:49 +0800, Zhang Sen zh.je...@gmail.com a écrit : Thanks to all, for the great hints you gave :) On Thu, 2009-03-19 at 17:31 +0100, Thomas H.P. Andersen wrote: Sudoku should be fairly easy to do I think since transformations (filling in/removing a number) does not

[Telepathy] Contact selector in Python

2009-06-20 Thread Alban Crequy
Hi, To integrate IM features in applications, the most needed widget is a contact selector. There is several implementations of such contact selectors; I listed the ones I know on this wiki page: http://telepathy.freedesktop.org/wiki/Contact%20selector If you know other implementation, can you

[Telepathy] Backward stream tube

2009-07-03 Thread Alban Crequy
Hi, On the way to Gran Canaria, we discussed IRL how we can implement backward stream tubes. Here is my notes before I forget. Purpose: Connect to a contact's desktop with VNC instead of sharing my desktop with VNC. It is not possible to do this with the current stream tube interface

[Telepathy] A 'now-running' interface for Rhythmbox, games and Empathy

2009-07-11 Thread Alban Crequy
Hi, The org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities interface gives you the channel classes your contact supports. But it does not tell you whether the contact is ready to handle the channel class and that the application handling this channel class is running on your

Re: [Telepathy] Vino-telepathy for a single window?

2009-08-09 Thread Alban Crequy
Le Sun, 09 Aug 2009 00:23:03 -0400, Benjamin M. Schwartz bmsch...@fas.harvard.edu a écrit : After more thought, I've decided a better first step would be to duplicate Empathy's share-my-desktop functionality in Sugar. Could someone point me to the code where that is implemented? I don't

Re: [Telepathy] XEP-0079

2009-09-15 Thread Alban Crequy
Le Tue, 15 Sep 2009 12:10:42 +0200, Oriol Rius oriol.r...@gmail.com a écrit : Dear list, a simple question about telepathy-gablle: XEP-0079: Advanced Message Processing http://xmpp.org/extensions/xep-0079.html As I understand it, the implementation of XEP-0079 is mostly meant to be

Re: [Telepathy] A 'now-running' interface for Rhythmbox, games and Empathy

2009-09-18 Thread Alban Crequy
Le Fri, 18 Sep 2009 11:34:31 +0100, Will Thompson will.thomp...@collabora.co.uk a écrit : Resurrecting an ancient thread: this came up again recently, and I thought it worth recording a suggestion. Alban Crequy wrote: == Telepathy spec == Mission Control can then merge Client's Channel

Re: [Telepathy] Jabber disconnection every 7 minutes

2009-09-23 Thread Alban Crequy
Le Wed, 23 Sep 2009 17:32:48 +0200, Yann Simon yann.simon...@gmail.com a écrit : Hi, I do not know if the mailing list is also intended to users who are asking for information. If not, please ignore simply this request. At work, we have a Jabber-Server (I do not know which one). With

Re: [Telepathy] Connecting a remote DBus Object over a DBus Tube

2010-08-19 Thread Alban Crequy
Le Thu, 19 Aug 2010 08:34:35 +0200, tomw t...@ubilix.com a écrit : Hi folks, I'm trying to use a remote Object over a DBus tube. So far everything works fine. The tube is open and upon the tube_channel_state_change I get a dbus.connection.Connection object with the related address like

Re: [Telepathy] Connecting a remote DBus Object over a DBus Tube

2010-08-19 Thread Alban Crequy
deeper... br, tomw On Thu, 2010-08-19 at 12:37 +0100, Alban Crequy wrote: Le Thu, 19 Aug 2010 08:34:35 +0200, tomw t...@ubilix.com a écrit : Hi folks, I'm trying to use a remote Object over a DBus tube. So far everything works fine. The tube is open and upon

Re: [Telepathy] Connecting a remote DBus Object over a DBus Tube

2010-08-20 Thread Alban Crequy
Le Fri, 20 Aug 2010 17:38:22 +0200, tomw t...@ubilix.com a écrit : well, it seems that all relevant fd's are there. However, I still get the dbus timeout... Any clue appreciated. I see in the strace log that it sends successfully the D-Bus method message to the telepathy-gabble, wait 25

[Telepathy] Announce: telepathy-gabble 0.15.3

2011-12-22 Thread Alban Crequy
The “Yule” release. tarball: http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.15.3.tar.gz signature: http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.15.3.tar.gz.asc git: http://cgit.freedesktop.org/telepathy/telepathy-gabble Fixes: •