Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-11 Thread Will Thompson
For the record: Vivek is currently working on implementing André's suggested ChannelDispatcher interface, on the basis that this involves the fewest modifications to the fewest components. (With a few tweaks compared to Olli's original mail on the subject, such as not magically transforming Create

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-08 Thread Olli Salli
On Mon, Mar 7, 2011 at 5:24 PM, mikhail.zabal...@nokia.com wrote: Hi, -Original Message- From: telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org [mailto:telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org] On Behalf Of ext Will Thompson Sent:

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-07 Thread mikhail.zabaluev
Hi, -Original Message- From: telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org [mailto:telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org] On Behalf Of ext Will Thompson Sent: Thursday, March 03, 2011 4:40 PM To: Olli Salli Cc: Telepathy

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-07 Thread Will Thompson
On 07/03/11 12:58, mikhail.zabal...@nokia.com wrote: That, or maybe try client-side helpers to manage sending to a contact survivably across channel closures. I'm pretty sure it's not possible to do this without the possibility of an infinite loop, or the possibility of breaking the UI. If

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-07 Thread mikhail.zabaluev
Hi, -Original Message- From: telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org [mailto:telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org] On Behalf Of ext Will Thompson Sent: Monday, March 07, 2011 3:10 PM To: telepathy@lists.freedesktop.org

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-07 Thread mikhail.zabaluev
Hi, -Original Message- From: telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org [mailto:telepathy- bounces+mikhail.zabaluev=nokia@lists.freedesktop.org] On Behalf Of ext Will Thompson Sent: Monday, March 07, 2011 4:49 PM To: Zabaluev Mikhail

Re: [Telepathy] On spec additions to allow a really simple IM API

2011-03-02 Thread Olli Salli
On Thu, Jul 1, 2010 at 10:26 PM, Will Thompson will.thomp...@collabora.co.uk wrote: Hello, I would like us to be able to implement this convenience API:  class SimpleTextThingy {    public:      SimpleTextThingy(Tp::Contact contact);      /* Send a message to contact, optionally

Re: [Telepathy] On spec additions to allow a really simple IM API

2010-07-13 Thread Simon McVittie
On Tue, 06 Jul 2010 at 18:45:40 +0100, Will Thompson wrote: › MessageSent is emitted on both channels. The observer now has to de-duplicate, but the message will definitely be shown in the conversation window. I'd be inclined to go for the second way I agree, but only if we provide some

[Telepathy] On spec additions to allow a really simple IM API

2010-07-01 Thread Will Thompson
Hello, I would like us to be able to implement this convenience API: class SimpleTextThingy { public: SimpleTextThingy(Tp::Contact contact); /* Send a message to contact, optionally spawning/presenting the * UI for the channel. */ void sendMessage(Tp::Message