Hello, 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.
I just want to confirm: to implement the text message functionality I should implement both [3] and [4], right? 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)? Thanks in advance. [1] https://github.com/TelepathyQt/telepathy-morse [2] https://github.com/TelepathyQt/telepathy-nonsense [3] https://telepathy.freedesktop.org/spec/Channel_Interface_Messages.html [4] https://telepathy.freedesktop.org/spec/Channel_Type_Text.html [5] https://github.com/resiprocate/resiprocate/blob/master/resip/dum/test/basicPublication.cxx
_______________________________________________ telepathy mailing list telepathy@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/telepathy