| Summary: |
Make Proto.I.Addressing.NormalizeContactURI parse verb-like URIs |
| Product: |
Telepathy
|
Reporter: |
Andre Moreira Magalhaes <andrunko> |
| Component: |
gabble | Assignee: |
Telepathy bugs list <telepathy-bugs> |
| Status: |
RESOLVED
MOVED
|
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: |
30296
|
|
|
| Bug Blocks: |
|
|
|
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.
Currently gabble will fail with INVALID_ARGUMENT when parsing verb-like URIs. The correct behaviour would be to ignore actions and properly normalize the URI. For example: NormalizeContactURI("xmpp:smcv@example.com?message;body=Hello%20World") -> "xmpp:smcv@example.com"