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 Date: Wed, 21 Apr 2010 04:00:52 +0200 Message-ID: <18381_1271815254_ZZg0W5T5qmjzs.00_1271815252.7923.16.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> <500_1271730518_ZZg0W0O2fdj8U.00_1271730516.8713.39.camel@localhost.localdomain> 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 1271815269 22784 80.91.229.12 (21 Apr 2010 02:01:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 02:01:09 +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 Wed Apr 21 04:01:07 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 1O4PFS-0001LM-ME for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 04:01:06 +0200 Original-Received: from localhost ([127.0.0.1]:39939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4PFS-0006cI-3A for ged-emacs-devel@m.gmane.org; Tue, 20 Apr 2010 22:01:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4PFL-0006Yv-L8 for emacs-devel@gnu.org; Tue, 20 Apr 2010 22:00:59 -0400 Original-Received: from [140.186.70.92] (port=36716 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4PFK-0006Vy-8j for emacs-devel@gnu.org; Tue, 20 Apr 2010 22:00:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4PFI-0000ra-M1 for emacs-devel@gnu.org; Tue, 20 Apr 2010 22:00:58 -0400 Original-Received: from mux1-unibi-smtp.hrz.uni-bielefeld.de ([129.70.204.65]:36556) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4PFI-0000rB-GS for emacs-devel@gnu.org; Tue, 20 Apr 2010 22:00:56 -0400 Original-Received: from pmxchannel-daemon.mux1-unibi-smtp.hrz.uni-bielefeld.de by mux1-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) id <0L1700900EXI1B00@mux1-unibi-smtp.hrz.uni-bielefeld.de> for emacs-devel@gnu.org; Wed, 21 Apr 2010 04:00:54 +0200 (CEST) Original-Received: from [192.168.2.100] ([92.39.25.99]) by mux1-unibi-smtp.hrz.uni-bielefeld.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPPSA id <0L1700H6QEXH0LB0@mux1-unibi-smtp.hrz.uni-bielefeld.de>; Wed, 21 Apr 2010 04:00:54 +0200 (CEST) In-reply-to: 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.21.15121, pmx7 X-Connecting-IP: 92.39.25.99 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:123949 gmane.emacs.sxemacs.devel:2897 Archived-At: Hi. > > 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. > > Looks very interesting. Please commit; I would like to see the code :-) OK, after some cleanup, I committed the (still untidy) code to the Rudel bzr repository. It can be found in the "future" (read: junkyard) branch here: http://rudel.bzr.sourceforge.net/bzr/rudel/branches/future The relevant files are: telepathy/dbus-introspection.el some helper functions telepathy/dbus-proxy.el lisp proxies for D-Bus objects telepathy/telepathy-mission-control-4.el mission control bindings for version 4 telepathy/telepathy-mission-control-5.el mission control bindings for version 5 The mission control bindings are very incomplete since they depend on the proxy code, which is at best barely complete. I did not commit the Rudel-specific code, since it cannot be of any use to anyone, yet :) If you have questions, suggestions or improvements, let me know. Kind regards, Jan