| Summary: |
Make better use of telepathy-spec 0.17.27 errors |
| Product: |
Telepathy
|
Reporter: |
Simon McVittie <smcv> |
| Component: |
tp-qt | Assignee: |
Andre Moreira Magalhaes <andrunko> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
22910
|
|
|
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.
// This is the best we can do right now: in an imminent // spec version we should define a different D-Bus error name // for each ConnectionStatusReason This has now been done. Also, ConnectionStatusReasonNameInUse now maps to either AlreadyConnected or ConnectionReplaced, depending on previous state, and not NotYours. Also also, Connection should bind to the ConnectionError signal, for notification of specific D-Bus errors from CMs that support it (Gabble should use this to signal RegistrationExists, although it doesn't yet).