<div dir="ltr">I think it's better if I could look at the source code as you said before. Just to confirm. the Empathy source is at [1] and telepathy-qt is at [2], right?<br><br>[1] <a href="https://github.com/GNOME/empathy">https://github.com/GNOME/empathy</a><br>[2] <a href="https://cgit.freedesktop.org/telepathy/telepathy-qt">https://cgit.freedesktop.org/telepathy/telepathy-qt</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-25 2:05 GMT-03:00 George Kiagiadakis <span dir="ltr"><<a href="mailto:gkiagia@tolabaki.gr" target="_blank">gkiagia@tolabaki.gr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On <a href="tel:24.07.2016%2016" value="+12407201616" target="_blank">24.07.2016 16</a>:45, Mateus Bellomo wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My guess is that telepathy-logger and Empathy try to get the<br>
</blockquote>
contact's<br>
 > name by using the Connection.I.Aliasing interface [2]. Do you<br>
implement<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Tp::BaseConnectionAliasingInterface [3] in your CM?<br>
</blockquote>
<br>
I think so. At [1] I've created the<br>
Tp::BaseConnectionAliasingInterface and at [2] and [3]  I've<br>
implemented the getAliases() and setAliases() methods. All of this are<br>
at Connection.cxx, do you think I also need this at TextChannel.cxx<br>
where the addReceivedMessage() is called?<br>
<br>
</blockquote>
<br></span>
No, the Aliasing Interface is an interface of Connection, not Channel, so you cannot add it as an interface to TextChannel. If it's implemented, then the problem is not there I guess. I'm not sure what it can be... I'll get back to you if I have any other ideas.<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
telepathy mailing list<br>
<a href="mailto:telepathy@lists.freedesktop.org" target="_blank">telepathy@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/telepathy" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/telepathy</a><br>
</div></div></blockquote></div><br></div>