Make Proto.I.Addressing.NormalizeContactURI parse verb-like URIs
@andrunko
Submitted by Andre Magalhaes Assigned to Telepathy bugs list
Description
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"