[Telepathy] [Bug 11136] New: bus name and object path not correctly set
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 4 07:41:42 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=11136
Summary: bus name and object path not correctly set
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-python
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: ali.sabil at gmail.com
The current tp-python sets the bus name using :
clean_account = re.sub('[^a-zA-Z0-9_]', '_', account)
bus_name = dbus.service.BusName('org.freedesktop.Telepathy.Connection.' +
clean_account)
Which is incorrect according to the spec
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Telepathy
mailing list