I was trying to use "CreateInterface" to create a java binding to telepathy, but interfaces clashes:<br>org.freedesktop.Telepathy.Channel<br>org.freedesktop.Telepathy.Channel.Interface.*<br>
<br>org.freedesktop.Telepathy.Connection<br>
org.freedesktop.Telepathy.Connection.Interface.*<br><br>
If Im not mistaken, telepathy-qt had the same problem since Channel and Connection turn into<br>classes that clashes with namespace ...Channel::Interface::* and ...Connection::Interface::*.<br><br><br>