Re: [Telepathy] Which ContactList interface methods are essential?

2016-06-04 Thread Diane Trout
On Tue, 2016-05-10 at 15:34 -0300, Mateus Bellomo wrote: > Hello, > > I'm trying to implement contact list functionalities at resiprocate > and I'm reading the specification at [1]. As suggested by Alexandr, > I'm also reading telepathy-morse [2] and telepathy-nonsense [3], and > I noticed that

Re: [Telepathy] Which ContactList interface methods are essential?

2016-05-14 Thread Alexandr Akulich
Hi. On 10/05/16 20:34, Mateus Bellomo wrote: > I would like to know what are the ... methods that I should implement. Read the doc and implement methods which do what you need. Most telepathy clients will not show contact list without info about contact attributes, so you definitely have to

[Telepathy] Which ContactList interface methods are essential?

2016-05-10 Thread Mateus Bellomo
Hello, I'm trying to implement contact list functionalities at resiprocate and I'm reading the specification at [1]. As suggested by Alexandr, I'm also reading telepathy-morse [2] and telepathy-nonsense [3], and I noticed that not all methods of [1] are implemented in [2]. So I would like to know