[Telepathy] [Bug 18202] New: Gabble returns the wrong return signature after calling " GetAvatarRequirements"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 24 04:32:07 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18202

           Summary: Gabble returns the wrong return signature after calling
                    "GetAvatarRequirements"
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: telepathy-gabble
        AssignedTo: telepathy at lists.freedesktop.org
        ReportedBy: stefan.eilers at basyskom.de


Checked Gabble version 0.7.12

The spec defines the following:
    <method name="GetAvatarRequirements"
      tp:name-for-bindings="Get_Avatar_Requirements">
      <arg direction="out" type="as">
        <tp:docstring>
          An array of supported MIME types (eg image/jpeg)
        </tp:docstring>
      </arg>
      <arg direction="out" type="q">
        <tp:docstring>
          The minimum image width in pixels
        </tp:docstring>
      </arg>
      <arg direction="out" type="q">
        <tp:docstring>
          The minimum image height in pixels
        </tp:docstring>
      </arg>
      <arg direction="out" type="q">
        <tp:docstring>
          The maximum image width in pixels, or 0 if there is no limit
        </tp:docstring>
      </arg>
      <arg direction="out" type="q">
        <tp:docstring>
          The maximum image height in pixels, or 0 if there is no limit
        </tp:docstring>
      </arg>
      <arg direction="out" type="u">
        <tp:docstring>
          The maximum image size in bytes, or 0 if there is no limit
        </tp:docstring>
      </arg>

But I receive on the DBUS:
method call sender=:1.261 ->
dest=org.freedesktop.Telepathy.Connection.gabble.jabber.basyskom_40localhost_2fTelepathy
path=/org/freedesktop/Telepathy/Connection/gabble/jabber/basyskom_40localhost_2fTelepathy;
interface=org.freedesktop.Telepathy.Connection.Interface.Avatars;
member=GetAvatarRequirements
method return sender=:1.262 -> dest=:1.261 reply_serial=39
   array [
      string "image/png"
      string "image/jpeg"
      string "image/gif"
   ]
   uint32 32
   uint32 32
   uint32 96
   uint32 96
   uint32 8192


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Telepathy mailing list