+++ This bug was initially created as a clone of Bug #24913 +++ Remove usage of libmcclient from mc-tool.
This branch removes all references to libmcclient except for profiles.
I didn't review "Change names of variables that shadow global functions", I assume that's the same as the one I just reviewed elsewhere. > - if (startswith (string, account_prefix)) > + if (startswith (string, TP_ACCOUNT_OBJECT_PATH_BASE)) This could probably be g_str_has_prefix(), too? > This reenables NormalizedName and AutomaticPresence by requesting those > properties directly from the Account Manager, since they are not exposed > via TpAccount. File bugs? NormalizedName is not amazingly useful IMO, but AutomaticPresence could be.
Merged.
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.