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
The idea is to keep Connection for connection API and use another object for everything else (that can be available without connection).
Draft
Description
The object holds the account context, so exposed properties nor methods don't have to specify the account for operation.
In order to allow AccountApi objects to be discovered by new clients, the object path and well-known bus name MUST be of the form /org/freedesktop/Telepathy/AccountApi/cmname/proto/account and org.freedesktop.Telepathy.AccountApi.cmname.proto.account where:
cmname is the same Connection_Manager_Name that appears in the connection manager's object path and well-known bus name
proto is the Protocol name as seen in ListProtocols, but with "-" replaced with "_" to get a valid object path/bus name
account is some non-empty sequence of ASCII letters, digits, and underscores not starting with a digit
Kaffeine
changed the title
Develop Connection.Interface.WarmUp
Consider new org.freedesktop.Telepathy.AccountStorage object type
Nov 5, 2020
Kaffeine
changed the title
Consider new org.freedesktop.Telepathy.AccountStorage object type
Consider org.freedesktop.Telepathy.AccountStorage object type
Nov 5, 2020
Kaffeine
changed the title
Consider org.freedesktop.Telepathy.AccountStorage object type
Consider a new object type for ConnectionManager to provide messaging API
Nov 7, 2020
The idea is to keep
Connection
for connection API and use another object for everything else (that can be available without connection).Draft
Description
The object holds the account context, so exposed properties nor methods don't have to specify the account for operation.
In order to allow AccountApi objects to be discovered by new clients, the object path and well-known bus name MUST be of the form
/org/freedesktop/Telepathy/AccountApi/cmname/proto/account
andorg.freedesktop.Telepathy.AccountApi.cmname.proto.account
where:cmname
is the same Connection_Manager_Name that appears in the connection manager's object path and well-known bus nameproto
is the Protocol name as seen in ListProtocols, but with "-" replaced with "_" to get a valid object path/bus nameaccount
is some non-empty sequence of ASCII letters, digits, and underscores not starting with a digitTypes
Methods
Signals
Properties
Interfaces — DBus_Interface_List (Read only, Immutable)
The text was updated successfully, but these errors were encountered: