[Bug 23131] New: ConnectionManager: ability to normalize account IDs for Account creation
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 4 12:38:54 CEST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=23131
Summary: ConnectionManager: ability to normalize account IDs for
Account creation
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-spec
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: simon.mcvittie at collabora.co.uk
For the AccountManager to be able to guarantee that "the same" account details
lead to the same account, ConnectionManager would need the following method:
IdentifyAccount(s: protocol, a{sv}: params) -> s: object_path_tail
For instance, for most protocols (e.g. XMPP) this would return
normalize(params["account"]), but for IRC this would return
normalize(params["account"]) + "__" + normalize(params["server"]) or something.
--
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-bugs
mailing list