<div dir="ltr"><div><div>Hello,<br><br></div>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 but at [3] and [4] there another methods (whenMessageReceived() and processReceivedMessage(), respectively) to receive a message and I didn't saw an implementation for AcknowledgePendingMessages().<br><br></div>Thanks in advance.<br><div><br><br><br>[1] <a href="https://telepathy.freedesktop.org/spec/Channel_Interface_Messages.html">https://telepathy.freedesktop.org/spec/Channel_Interface_Messages.html</a><br>[2] <a href="https://telepathy.freedesktop.org/spec/Channel_Type_Text.html">https://telepathy.freedesktop.org/spec/Channel_Type_Text.html</a><br>[3] <a href="https://github.com/TelepathyQt/telepathy-morse/blob/master/textchannel.cpp">https://github.com/TelepathyQt/telepathy-morse/blob/master/textchannel.cpp</a><br>[4] <a href="https://github.com/TelepathyQt/telepathy-nonsense/blob/master/textchannel.cc">https://github.com/TelepathyQt/telepathy-nonsense/blob/master/textchannel.cc</a><br></div></div>