Re: [Telepathy] receiving text messages

2016-06-25 Thread Alexandr Akulich
Hi Mateus, For message *receiving* you don't have to implement a method in interface (because method is something to be called by a telepathy client application). Instead, client listens for messageReceived signal [1], which you should emit for every incoming message. [1]

[Telepathy] receiving text messages

2016-06-25 Thread Mateus Bellomo
Hello, I'm looking to implement receiving text messages functionality at resiprocate and I would like to know what methos should I implement. I'm looking at [1] and the only method is SendMessage(). At [2] the only method is AcknowledgePendingMessages() and I think this is the one to implement