You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.freedesktop.Telepathy.Connection.Interface.PeerPicture/token — s (Picture_Token)
The same string that would be returned by GetKnownPictureTokens (omitted from the result if the peer's picture token is not known, present as an empty string if the peer is known not to have a picture).
org.freedesktop.Telepathy.Connection.Interface.PeerPicture/timestamp — x (Unix_Timestamp64)
A unix timestamp indicating when the picture was last modified. Should be omitted if unknown.
org.freedesktop.Telepathy.Connection.Interface.PeerPicture/can-set — b
If implementations are unsure of what this value should be it SHOULD still be set to what it believes the value is. The value should be omitted if false. Clients should be aware that SetPicture can still fail even with this property set to TRUE.
Room-specific:
org.freedesktop.Telepathy.Connection.Interface.PeerPicture/actor — s (Identifier)
The normalized contact ID representing who last modified the picture. Should be omitted if it is not known or there is no picture.
org.freedesktop.Telepathy.Connection.Interface.PeerPicture/actor-handle — u (Contact_Handle)
A contact handle representing who last modified the picture. Should be omitted if it is not known or there is no picture.
The text was updated successfully, but these errors were encountered:
Connection.Interface.PeerPicture
The new interface supersedes Connection.Interface.Avatars and Channel.Interface.Picture1.
The new design has some advantages:
Objects implementing this interface must also implement:
Connection
.Methods
Signals
Properties
Peer Attributes
The same string that would be returned by GetKnownPictureTokens (omitted from the result if the peer's picture token is not known, present as an empty string if the peer is known not to have a picture).
A unix timestamp indicating when the picture was last modified. Should be omitted if unknown.
If implementations are unsure of what this value should be it SHOULD still be set to what it believes the value is. The value should be omitted if false. Clients should be aware that SetPicture can still fail even with this property set to TRUE.
Room-specific:
The normalized contact ID representing who last modified the picture. Should be omitted if it is not known or there is no picture.
A contact handle representing who last modified the picture. Should be omitted if it is not known or there is no picture.
The text was updated successfully, but these errors were encountered: