Summary: |
Can't get any interface in interface Connection when i use "sofiasip" as cmname |
Product: |
Telepathy
|
Reporter: |
Tom Chen <funpig> |
Component: |
tp-qt | Assignee: |
Telepathy bugs list <telepathy-bugs> |
Status: |
RESOLVED
INVALID
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
my test code for this bug
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 31260 [details] my test code for this bug i got debug info like below when i use "sofiasip" as cmname: Telepathy-Qt4 (version 0.2.9999.1) DEBUG: Got reply to GetInterfaces(): () that interfaces list is empty, it's a bug in telepathy-qt4 maybe. because in specification, these are two interfaces "org.freedesktop.Telepathy.Connection.Interface.Requests","org.freedesktop.Telepathy.Connection.Interface.Contacts" MUST be implement by interface org.freedesktop.Telepathy.Connection. So, i change the cmname to "gabble" to verify my assumption. i got many interfaces if cmname is "gabble". please see below: Telepathy-Qt4 (version 0.2.9999.1) DEBUG: Got reply to GetInterfaces(): ("org.freedesktop.Telepathy.Connection.Interface.Aliasing", "org.freedesktop.Telepathy.Connection.Interface.Capabilities", "org.freedesktop.Telepathy.Connection.Interface.SimplePresence", "org.freedesktop.Telepathy.Connection.Interface.Presence", "org.freedesktop.Telepathy.Connection.Interface.Avatars", "org.freedesktop.Telepathy.Connection.Interface.Contacts", "org.freedesktop.Telepathy.Connection.Interface.Requests", "org.laptop.Telepathy.Gadget", "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities.DRAFT", "org.freedesktop.Telepathy.Connection.Interface.Location")