Summary: | ListTubes returns an empty dictionary for parameters | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Ben Schwartz <bens> |
Component: | tp-python | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ben Schwartz
2009-05-01 07:14:33 UTC
Just for fun I tried "dbus-ifying" the dictionary entirely before handing it to telepathy. That is, instead of a dict, I created a dbus.Dictionary, with signature 'sv', with dbus.String keys and dbus.String values. Unsurprisingly, this had no effect. Tried it again with Salut. Same result. Changing component to telepathy-python, seeing as neither Gabble nor Salut seems to pass along the parameters through ListTubes. OK. I figured out what I was doing wrong. I was following the argument spec from http://telepathy.freedesktop.org/spec/org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.html#org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.OfferStreamTube but actually, the function I was calling was http://telepathy.freedesktop.org/spec/org.freedesktop.Telepathy.Channel.Type.Tubes.html#org.freedesktop.Telepathy.Channel.Type.Tubes.OfferStreamTube Now it's working. So this is not a bug, at least not in the code. The spec could be a bit clearer... |
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.