StatusChanged currently indicates the reason for disconnection using an enum, for which the Telepathy project is the naming authority. This doesn't really scale if CMs want to report protocol-specific disconnection reasons. We should add a signal, something like: DisconnectionReason(s (DBus_Error_Name): Error) Newer CMs would emit DisconnectionReason('com.example.ProtocolSpecific.FellDownAWell') immediately followed by StatusChanged(DISCONNECTED, REASON_ERROR), allowing a more specific error to be given. Newer client code would consider the connection to be dead when either DisconnectionReason or StatusChanged(DISCONNECTED, .) happened, whichever was first; this would work with either old or new CMs.
Fixed in 0.17.19, although it's now called ConnectionError.
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.