On 10/05/16 20:34, 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 not all methods of [1] are implemented in [2]. So I would like to > know what are the essential methods that I should implement. >
I'm not certain which methods are essential. I would recommend you start incrementally and implement those that appear most relevant. In all the other methods, you could include a log message to indicate that an unimplemented method has been called, beware of doing this if it overrides an implementation in a superclass though. Regards, Daniel _______________________________________________ telepathy mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/telepathy
