Hi, <br><br> in my test app that use telepathy-qt4, if i used "conn->requestConnect(Tp::Connection::FeatureSelfContact)", i will got following error:<br>QDBusMarshaller: <span style="color: rgb(255, 0, 0);">type `Tp::UIntList' (274) is not registered with D-BUS</span>. Use qDBusRegisterMetaType to register it QDBusConnection: error: could not send message to service ":1.91" path "/org/freedesktop/Telepathy/Connection/sofiasip/sip/_312345_40192_2e168_2e1_2e103" interface "org.freedesktop.Telepathy.Connection" member "HoldHandles". <br>
<br> but if i used "conn->requestConnect(Tp::Connection::FeatureCore)", none error, but i can't got any interface with GetInterface(). i check the source code of telepathy-qt4, that type "Tp::UIntList" is register by registerType() in Types-body.hpp. at init() in connection.cpp, the regiterType() is invoked. Dose something i missed? Could somebody give me some advice?<br>
<br>Br<br>Tom<br>