<div dir="ltr"><div><div><div>Hello,<br><br></div>I'm looking to implement the text message functionality (send/receive) at resiprocate and I'm going through telepahty-morse [1] and telepathy-nonsense [2] implementations. I saw that both created a separated class called textchannel.<br><br>I just want to confirm: to implement the text message functionality I should implement both [3] and [4], right? <br><br></div>I also noticed that I should use some library to send a message: telepathy-morse uses sendMessage() from CTelegramCore and telepathy-nonsense uses sendPacket() from qxmppClient. At resiprocate, should I use DUM method makePublication [5] (the same as Daniel told me to use to set a user presence)?<br><br></div>Thanks in advance.<br><div><div><br>[1] <a href="https://github.com/TelepathyQt/telepathy-morse">https://github.com/TelepathyQt/telepathy-morse</a><br>[2] <a href="https://github.com/TelepathyQt/telepathy-nonsense">https://github.com/TelepathyQt/telepathy-nonsense</a><br>[3] <a href="https://telepathy.freedesktop.org/spec/Channel_Interface_Messages.html">https://telepathy.freedesktop.org/spec/Channel_Interface_Messages.html</a><br>[4] <a href="https://telepathy.freedesktop.org/spec/Channel_Type_Text.html">https://telepathy.freedesktop.org/spec/Channel_Type_Text.html</a><br>[5] 
<a href="https://github.com/resiprocate/resiprocate/blob/master/resip/dum/test/basicPublication.cxx" target="_blank">https://github.com/resiprocate/resiprocate/blob/master/resip/dum/test/basicPublication.cxx</a></div></div></div>