-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
InspectHandles removed in Telepathy 1.0 by commit
Remove InspectHandles
Identifiers are always given together with handles, so it must never be needed to inspect an handle.
This makes sense, so we need to:
- Mark the method as deprecated in 0.27.x spec
- Ensure that the method is deprecated at https://telepathy.freedesktop.org/spec/Connection.html
- Deprecate the method in client-side bindings
- Deprecate the method in service-side bindings
- Maybe even provide default implementation via GetContactAttributes().