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
Created attachment 10175 [details] [review] Proposed patch The attached patch fixes the busname and object path, and uses the same name mangling as the one used in tp-glib
Created attachment 10176 [details] [review] Proposed fixed patch The loop forgets to set is_first to False
Fixed in 0.13.13. Thanks for the patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.