From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Moringen Newsgroups: gmane.emacs.devel,gmane.emacs.sxemacs.devel Subject: Re: telepathy (was: FFI) Date: Tue, 20 Apr 2010 04:28:36 +0200 Message-ID: <500_1271730518_ZZg0W0O2fdj8U.00_1271730516.8713.39.camel@localhost.localdomain> References: <87sk6tonv8.fsf@mid.deneb.enyo.de> <20100418053925.GA7294@tomas> <878w8lb2s0.fsf_-_@mail.jurta.org> <8739yt9nks.fsf@mid.deneb.enyo.de> <878w8k8q57.fsf@mid.deneb.enyo.de> <868w8kosie.fsf@gmail.com> <87pr1vant8.fsf_-_@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1271730534 18834 80.91.229.12 (20 Apr 2010 02:28:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2010 02:28:54 +0000 (UTC) Cc: joakim@verona.se, emacs-devel@gnu.org, Juri Linkov , Florian Weimer , sxemacs-devel@sxemacs.org, Zajcev Evgeny To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 20 04:28:52 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O43Cm-0004BM-0T for ged-emacs-devel@m.gmane.org; Tue, 20 Apr 2010 04:28:52 +0200 Original-Received: from localhost ([127.0.0.1]:44329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O43Cl-0002ME-5y for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 22:28:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O43Ce-0002KG-Mb for emacs-devel@gnu.org; Mon, 19 Apr 2010 22:28:44 -0400 Original-Received: from [140.186.70.92] (port=41707 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O43Cd-0002JH-JH for emacs-devel@gnu.org; Mon, 19 Apr 2010 22:28:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O43Cb-0007lD-LW for emacs-devel@gnu.org; Mon, 19 Apr 2010 22:28:43 -0400 Original-Received: from mux2-unibi-smtp.hrz.uni-bielefeld.de ([129.70.204.73]:40799) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O43Cb-0007kz-EE for emacs-devel@gnu.org; Mon, 19 Apr 2010 22:28:41 -0400 Original-Received: from pmxchannel-daemon.mux2-unibi-smtp.hrz.uni-bielefeld.de by mux2-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) id <0L1500400LJQPB00@mux2-unibi-smtp.hrz.uni-bielefeld.de> for emacs-devel@gnu.org; Tue, 20 Apr 2010 04:28:38 +0200 (CEST) Original-Received: from [192.168.2.100] ([217.25.161.143]) by mux2-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPPSA id <0L15000GCLJPQW80@mux2-unibi-smtp.hrz.uni-bielefeld.de>; Tue, 20 Apr 2010 04:28:38 +0200 (CEST) In-reply-to: <87pr1vant8.fsf_-_@gmx.de> X-Mailer: Evolution 2.28.3 X-EnvFrom: jan.moringen@uni-bielefeld.de X-PMX-Version: 5.5.9.395186, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.4.20.20915, pmx9 X-Connecting-IP: 217.25.161.143 X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123897 gmane.emacs.sxemacs.devel:2894 Archived-At: Hi. On Mon, 2010-04-19 at 09:44 +0200, Michael Albinus wrote: > Zajcev Evgeny writes: > > > We are also working on some complex, but interesting bindings to > > libtelepathy in order to create tool for multiprotocol IM and > > collaborative editing in SXEmacs. This is pretty time consuming task > > and we surely need a help, if GNU Emacs community will have same FFI > > API then we could unite our efforts to enhance Emacsen.. > > Some months ago I've started with telepathy.el, using Telepathy's D-Bus > API. This work is currently stalled due to lack of time :-( > > Wouldn't it be an approach to join our efforts? I was also working on a D-Bus-based telepathy (or mission-control, to be precise) library as a backend for Rudel [1]. My focus was on enumeration of contacts and creation of telepathy tubes. I wrote transparent proxy objects for D-Bus objects using EIEIO in the process. I can commit the code to the Rudel repository, if you are interested. Kind regards, Jan [1] http://rudel.sourceforge.net/